We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a0c8ae commit 645019eCopy full SHA for 645019e
src/partest/scala/tools/partest/nest/ConsoleRunner.scala
@@ -133,7 +133,7 @@ class ConsoleRunner(argstr: String) extends {
133
val rerunTests = if (isRerun) TestKinds.failedTests else Nil
134
def miscTests = partestTests ++ individualTests ++ greppedTests ++ rerunTests
135
136
- val givenKinds = standardKinds filter (parsed isSet "--" + _)
+ val givenKinds = standardKinds filter parsed.isSet
137
val kinds = (
138
if (optAll) standardKinds
139
else if (givenKinds.nonEmpty) givenKinds
0 commit comments