File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
main/java/org/scalatest/tools/maven
test/scala/org/scalatest/tools/maven Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -441,7 +441,7 @@ private List<String> tagsToExclude() {
441
441
}
442
442
443
443
private List <String > parallel () {
444
- return parallel ? singletonList ("-c " ) : Collections .<String >emptyList ();
444
+ return parallel ? singletonList ("-P " ) : Collections .<String >emptyList ();
445
445
}
446
446
447
447
//
Original file line number Diff line number Diff line change @@ -107,8 +107,8 @@ final class PluginTest
107
107
}
108
108
109
109
def testConcurrent {
110
- configure(_.parallel = true ) should contain(" -c " )
111
- configure(_.parallel = false ) should not contain (" -c " )
110
+ configure(_.parallel = true ) should contain(" -P " )
111
+ configure(_.parallel = false ) should not contain (" -P " )
112
112
}
113
113
114
114
def testSuites {
You can’t perform that action at this time.
0 commit comments