Skip to content

Commit

Permalink
fix the fix
Browse files Browse the repository at this point in the history
  • Loading branch information
meisterT committed Jun 7, 2024
1 parent beb5f11 commit ea34b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion judge/runguard_test/runguard_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ test_nprocs() {
expect_stdout 31

exec_check_fail sudo $RUNGUARD -u domjudge-run-0 -p 16 ./forky.sh
if [ -n "$GITHUB_ACTIONS ]; then
if [ -n "$GITHUB_ACTIONS" ]; then
# TODO: Why does this not output anything on github, perhaps we
# need to use a different user id for domjudge-run-0
ps axuwww | grep ^domjudge-run
Expand Down

0 comments on commit ea34b39

Please sign in to comment.