Skip to content

Commit 8a96073

Browse files
committed
fix the fix
1 parent cb84d31 commit 8a96073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

judge/runguard_test/runguard_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ test_nprocs() {
223223
expect_stdout 31
224224

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

0 commit comments

Comments
 (0)