Do not set --test and --bench for global REPL.

This commit is contained in:
Rik van der Kleij 2019-02-14 14:33:48 +01:00
parent 24ebcf3be8
commit d199174683

View File

@ -227,8 +227,6 @@ abstract class StackRepl(project: Project, componentInfo: Option[StackComponentI
extraReplOptions ++ Seq("--test")
} else if (stanzaType.contains(BenchmarkType)) {
extraReplOptions ++ Seq("--bench")
} else if (stanzaType.isEmpty) {
extraReplOptions ++ Seq("--test") ++ Seq("--bench")
} else {
extraReplOptions
}