Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
meisterT committed Aug 27, 2024
1 parent 9b31f7d commit 80b9f0f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions judge/testcase_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -212,11 +212,6 @@ runcheck "$RUN_SCRIPT" $RUNARGS \
--stderr=program.err --outmeta=program.meta -- \
"$PREFIX/$PROGRAM" 2>runguard.err

logmsg $LOG_INFO "PS1"
ps -u domjudge >> $LOGFILE || true
logmsg $LOG_INFO "PS2"
ps -u domjudge-run-0 >> $LOGFILE || true

if [ "$CREATE_WRITABLE_TEMP_DIR" ]; then
# Revoke access to the TMPDIR as security measure
chown -R "$(id -un):" "$TMPDIR"
Expand Down

0 comments on commit 80b9f0f

Please sign in to comment.