Stop SBT from buffering test output to ease bug hunting on Jenkins

This commit is contained in:
Björn Antonsson 2012-07-03 11:19:40 +02:00
parent ddadb1bb06
commit 18f113de68

View file

@ -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,