Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed Mar 2, 2025
1 parent b72f0a7 commit 77b49a7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/jobs/configure-checks/all.bats
Original file line number Diff line number Diff line change
Expand Up @@ -414,10 +414,10 @@ repo-remove () {
fi
setup
run run_configure
#assert_line " * domserver...........: /opt/domjudge/domserver"
#assert_regex "^ \* webserver group\.\.\.\.\.: (www-data|apache|nginx)$"
#assert_line " * judgehost...........: /opt/domjudge/judgehost"
#assert_line " * runguard group......: domjudge-run"
assert_line " * domserver...........: /opt/domjudge/domserver"
assert_regex "^ \* webserver group\.\.\.\.\.: (www-data|apache|nginx)$"
assert_line " * judgehost...........: /opt/domjudge/judgehost"
assert_line " * runguard group......: domjudge-run"
#run make domserver
#assert_success
#run make judgehost
Expand Down

0 comments on commit 77b49a7

Please sign in to comment.