aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2012-11-21 21:12:18 +0100
committerJason Zaugg <jzaugg@gmail.com>2012-11-21 22:18:55 +0100
commitbc9d1b29206c493db90b5148a646a3e16a2984ab (patch)
treea71ed070ea238a2681972dc4b7ad81a40a135619
parentccaf4fd5fd2f6282393100c42a182713daa547e8 (diff)
downloadscala-async-bc9d1b29206c493db90b5148a646a3e16a2984ab.tar.gz
scala-async-bc9d1b29206c493db90b5148a646a3e16a2984ab.tar.bz2
scala-async-bc9d1b29206c493db90b5148a646a3e16a2984ab.zip
Disable parallel test execution.
Due to a suspected bug in JUnit SBT integration.
-rw-r--r--build.sbt2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.sbt b/build.sbt
index 7c48e67..ba0544b 100644
--- a/build.sbt
+++ b/build.sbt
@@ -19,6 +19,8 @@ libraryDependencies += "com.novocode" % "junit-interface" % "0.10-M2" % "test"
testOptions += Tests.Argument(TestFrameworks.JUnit, "-q", "-v", "-s")
+parallelExecution in Global := false
+
autoCompilerPlugins := true
libraryDependencies <<= (scalaVersion, libraryDependencies) {