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 c69b247 commit e0878fcCopy full SHA for e0878fc
dockerimages/unittests/java/run.sh
@@ -10,7 +10,7 @@ TEST_FILE="$DATA_DIR/unittest.zip"
10
11
# unpack submission
12
cd ${HOME_DIR}/java/src
13
-unzip -o ${SUBMISSION_FILE}
+unzip -o ${SUBMISSION_FILE} || true
14
15
# consider the existance of a __unittest folder as attack!
16
lines=$(find ${HOME_DIR}/java/src/ -type d -name "__unittest" | wc -l)
0 commit comments