Remove heap size option for multi-jvm
This commit is contained in:
parent
ea369a4b65
commit
b41778fbc4
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ object AkkaBuild extends Build {
|
|||
(name: String) => (src ** (name + ".conf")).get.headOption.map("-Dakka.config=" + _.absolutePath).toSeq
|
||||
},
|
||||
scalatestOptions in MultiJvm := Seq("-r", "org.scalatest.akka.QuietReporter"),
|
||||
jvmOptions in MultiJvm := Seq("-Xmx256") ++ {
|
||||
jvmOptions in MultiJvm := {
|
||||
if (getBoolean("sbt.log.noformat")) Seq("-Dakka.test.nocolor=true") else Nil
|
||||
},
|
||||
test in Test <<= (test in Test) dependsOn (test in MultiJvm)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue