Added TestResultLogger for customising test feedback.

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.
This commit is contained in:
David Barri
2014-04-09 19:14:29 +10:00
parent 78d2aabda2
commit 195129a3e7
5 changed files with 174 additions and 79 deletions
+3
View File
@@ -5,6 +5,9 @@ Changes
0.13.2 to 0.13.5
~~~~~~~~~~~~~~~~
- The Scala version for sbt and sbt plugins is now 2.10.4. This is a compatible version bump.
- Added a new setting ``testResultLogger`` to allow customisation of logging of test results. (gh-1225)
- When ``test`` is run and there are no tests available, omit logging output.
Especially useful for aggregate modules. ``test-only`` et al unaffected. (gh-1185)
0.13.1 to 0.13.2
~~~~~~~~~~~~~~~~