We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beb5f11 commit ea34b39Copy full SHA for ea34b39
judge/runguard_test/runguard_test.sh
@@ -223,7 +223,7 @@ test_nprocs() {
223
expect_stdout 31
224
225
exec_check_fail sudo $RUNGUARD -u domjudge-run-0 -p 16 ./forky.sh
226
- if [ -n "$GITHUB_ACTIONS ]; then
+ if [ -n "$GITHUB_ACTIONS" ]; then
227
# TODO: Why does this not output anything on github, perhaps we
228
# need to use a different user id for domjudge-run-0
229
ps axuwww | grep ^domjudge-run
0 commit comments