Skip to content

Commit 95a1bc4

Browse files
committed
more debug
1 parent c5ef64a commit 95a1bc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

judge/testcase_run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,9 +213,9 @@ runcheck "$RUN_SCRIPT" $RUNARGS \
213213
"$PREFIX/$PROGRAM" 2>runguard.err
214214

215215
logmsg $LOG_INFO "PS1"
216-
ps -u domjudge >> $LOGFILE
216+
ps -u domjudge >> $LOGFILE || true
217217
logmsg $LOG_INFO "PS2"
218-
ps -u domjudge-run-0 >> $LOGFILE
218+
ps -u domjudge-run-0 >> $LOGFILE || true
219219

220220
if [ "$CREATE_WRITABLE_TEMP_DIR" ]; then
221221
# Revoke access to the TMPDIR as security measure

0 commit comments

Comments
 (0)