Skip to content

Commit

Permalink
more debug
Browse files Browse the repository at this point in the history
  • Loading branch information
meisterT committed Aug 26, 2024
1 parent a3ac52b commit f3035e9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions judge/testcase_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -213,11 +213,7 @@ runcheck "$RUN_SCRIPT" $RUNARGS \
"$PREFIX/$PROGRAM" 2>runguard.err

logmsg $LOG_INFO "PSTREE"
logmsg $LOG_INFO $(pstree -p)
logmsg $LOG_INFO "DF"
logmsg $LOG_INFO $(df -h)
logmsg $LOG_INFO "free"
logmsg $LOG_INFO $(free -m)
pstree -p >> $LOGFILE

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

0 comments on commit f3035e9

Please sign in to comment.