mirror of
https://github.com/sbt/sbt.git
synced 2026-09-02 02:57:21 +02:00
1) When `test` is run and there are no tests available, omit logging output. Especially useful for aggregate modules. `test-only` et al unaffected. (#1185) 2) Added a new setting `testResultLogger` to allow customisation of logging of test results.