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 77b49a7 commit 689558bCopy full SHA for 689558b
.github/jobs/configure-checks/all.bats
@@ -418,8 +418,8 @@ repo-remove () {
418
assert_regex "^ \* webserver group\.\.\.\.\.: (www-data|apache|nginx)$"
419
assert_line " * judgehost...........: /opt/domjudge/judgehost"
420
assert_line " * runguard group......: domjudge-run"
421
- #run make domserver
422
- #assert_success
+ run make domserver
+ assert_success
423
#run make judgehost
424
#assert_success
425
}
0 commit comments