take testMaibox setting from akka.testMailbox system property

also improve doc comment in reference.conf
This commit is contained in:
Roland 2012-02-26 19:57:05 +01:00
parent b3dd85f6dd
commit abd7fb40ca
3 changed files with 3 additions and 3 deletions

View file

@ -26,7 +26,7 @@ object AkkaBuild extends Build {
id = "akka",
base = file("."),
settings = parentSettings ++ Release.settings ++ Unidoc.settings ++ Rstdoc.settings ++ Publish.versionSettings ++ Dist.settings ++ Seq(
testMailbox in GlobalScope := false,
testMailbox in GlobalScope := System.getProperty("akka.testMailbox", "false").toBoolean,
parallelExecution in GlobalScope := System.getProperty("akka.parallelExecution", "false").toBoolean,
Publish.defaultPublishTo in ThisBuild <<= crossTarget / "repository",
Unidoc.unidocExclude := Seq(samples.id, tutorials.id),