Revert "outputStrategy does not apply to test tasks"

This reverts commit 6c6d86d5ce.

It does now.
This commit is contained in:
Mark Harrah 2013-02-21 20:44:26 -05:00
parent 98e2662bc4
commit 98b40b7885
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ type
outputStrategy := Some(BufferedOutput(log: Logger))
As with other settings, this can be configured individually for main or
test ``run`` tasks.
test ``run`` tasks or for ``test`` tasks.
Configuring Input
=================