Stop SBT from buffering test output to ease bug hunting on Jenkins
This commit is contained in:
parent
ddadb1bb06
commit
18f113de68
1 changed files with 1 additions and 0 deletions
|
|
@ -386,6 +386,7 @@ object AkkaBuild extends Build {
|
|||
ivyLoggingLevel in ThisBuild := UpdateLogging.Quiet,
|
||||
|
||||
parallelExecution in Test := System.getProperty("akka.parallelExecution", "false").toBoolean,
|
||||
logBuffered in Test := System.getProperty("akka.logBufferedTests", "false").toBoolean,
|
||||
|
||||
excludeTestNames := useExcludeTestNames,
|
||||
excludeTestTags := useExcludeTestTags,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue