We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48b401f commit ed8defeCopy full SHA for ed8defe
scalatest/src/main/scala/org/scalatest/tools/ArgsParser.scala
@@ -724,11 +724,6 @@ private[tools] object ArgsParser {
724
}
725
else
726
throw new IllegalArgumentException("-K needs to be followed by a host name and port number" )
727
- case "-C" =>
728
- if (it.hasNext)
729
- it.next // scroll past the reporter class
730
- else
731
- throw new IllegalArgumentException("-C needs to be followed by a reporter class name arg: ")
732
case arg: String =>
733
throw new IllegalArgumentException("An arg started with an invalid character string: " + arg)
734
0 commit comments