Skip to content

Commit f3035e9

Browse files
committed
more debug
1 parent a3ac52b commit f3035e9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

judge/testcase_run.sh

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

215215
logmsg $LOG_INFO "PSTREE"
216-
logmsg $LOG_INFO $(pstree -p)
217-
logmsg $LOG_INFO "DF"
218-
logmsg $LOG_INFO $(df -h)
219-
logmsg $LOG_INFO "free"
220-
logmsg $LOG_INFO $(free -m)
216+
pstree -p >> $LOGFILE
221217

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

0 commit comments

Comments
 (0)