Skip to content

Commit e4c5d54

Browse files
authored
Merge pull request #2 from CodinGame/fix_class_name
fix: class name has changed
2 parents 03d80b0 + ef01d4c commit e4c5d54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/junit-runner

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ find * -name "*.java" -print0 | xargs -0 /usr/src/codingame/java-compiler/cgjava
1010
compilationExitCode=$?
1111

1212
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 $*
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.runner.junit.JUnitTestListRunner $*
1414
executionExitCode=$?
1515
fi
1616

0 commit comments

Comments
 (0)