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.
2 parents 03d80b0 + ef01d4c commit e4c5d54Copy full SHA for e4c5d54
src/main/resources/junit-runner
@@ -10,7 +10,7 @@ find * -name "*.java" -print0 | xargs -0 /usr/src/codingame/java-compiler/cgjava
10
compilationExitCode=$?
11
12
if [ $compilationExitCode -eq 0 ]; then
13
- java -cp "/project/workspace:$classpath:/usr/src/codingame/junit-runner/junit-runner.jar" -Dcodingame.junit-runner.output=/project/results/executions.json com.codingame.codemachine.JUnitTestListRunner $*
+ java -cp "/project/workspace:$classpath:/usr/src/codingame/junit-runner/junit-runner.jar" -Dcodingame.junit-runner.output=/project/results/executions.json com.codingame.codemachine.runner.junit.JUnitTestListRunner $*
14
executionExitCode=$?
15
fi
16
0 commit comments