Skip to content

Commit e0878fc

Browse files
committed
.
1 parent c69b247 commit e0878fc

File tree

1 file changed

+1
-1
lines changed
  • dockerimages/unittests/java

1 file changed

+1
-1
lines changed

dockerimages/unittests/java/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ TEST_FILE="$DATA_DIR/unittest.zip"
1010

1111
# unpack submission
1212
cd ${HOME_DIR}/java/src
13-
unzip -o ${SUBMISSION_FILE}
13+
unzip -o ${SUBMISSION_FILE} || true
1414

1515
# consider the existance of a __unittest folder as attack!
1616
lines=$(find ${HOME_DIR}/java/src/ -type d -name "__unittest" | wc -l)

0 commit comments

Comments
 (0)