mirror of https://github.com/sbt/sbt.git
outputStrategy does not apply to test tasks
This commit is contained in:
parent
4417e12602
commit
6c6d86d5ce
|
|
@ -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 or for ``test`` tasks.
|
||||
test ``run`` tasks.
|
||||
|
||||
Configuring Input
|
||||
=================
|
||||
|
|
|
|||
Loading…
Reference in New Issue