Disable parallel execution in global scope

For avoiding tests from different projects, like cluster and
zookeeper mailbox, to run in parallel
This commit is contained in:
Peter Vlugter 2011-08-04 18:06:18 +12:00
parent b2bfe9a944
commit d5c0237b2f

View file

@ -17,6 +17,7 @@ object AkkaBuild extends Build {
id = "akka",
base = file("."),
settings = parentSettings ++ Unidoc.settings ++ rstdocSettings ++ Seq(
parallelExecution in GlobalScope := false,
Unidoc.unidocExclude := Seq(samples.id, tutorials.id),
rstdocDirectory <<= baseDirectory / "akka-docs"
),