Skip to content

Commit

Permalink
Address review comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
meisterT committed Apr 7, 2024
1 parent 47edbba commit b0917e7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions judge/runpipe.cc
Original file line number Diff line number Diff line change
Expand Up @@ -919,10 +919,11 @@ struct state_t {
if (errno != EAGAIN && errno != EWOULDBLOCK) {
error(errno, "failed to read from tle pipe");
}
} else if (buffer[0] == 42) {
logmsg(LOG_WARNING, "child indicated TLE");
child_indicated_timelimit = true;
continue;
}
logmsg(LOG_WARNING, "child indicated TLE");
child_indicated_timelimit = true;
continue;
}


Expand Down

0 comments on commit b0917e7

Please sign in to comment.