amperity / lein-monolith

Leiningen plugin for working with monorepos.
Other
214 stars 18 forks source link

Support suppressing stdout of `each` subtasks #37

Closed aengelberg closed 4 years ago

aengelberg commented 6 years ago

lein monolith each already supports an :output option that multiplexes each subproject's output to a dedicated file on disk. That helps me pick apart the output of each test suite, but I'd also like to not print that output to stdout during the run, so I can focus on the high-level progress messages and end-of-run details telling me which project(s) failed. This behavior could be implemented by either: