Skip to content
Snippets Groups Projects
Commit 32f3bdda authored by Dragoș-Iulian ARGINT (94922)'s avatar Dragoș-Iulian ARGINT (94922)
Browse files

Make checker output partial results when timeout exceeds


Signed-off-by: default avatarDragoș-Iulian ARGINT <dragos.argint@stud.acs.upb.ro>
parent fcc26e47
No related branches found
No related tags found
No related merge requests found
Pipeline #20092 passed
......@@ -69,6 +69,11 @@ timeout_exceeded()
echo ""
echo "TIMEOUT EXCEEDED !!! killing the process"
if [[ $RECOVER_GRADE_TIMEOUT == 0 ]]; then
if [ -f $output ]; then
echo "$output not available"
else
cat $output
fi
echo "The Recover Grade Timeout option is not set! Please contact a teaching assistant!"
else
recover_grade_from_timeout $output
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment