Skip to content

Commit

Permalink
DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
eldering committed Sep 17, 2024
1 parent 2601b27 commit 041b219
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/jobs/configure-checks/all.bats
Original file line number Diff line number Diff line change
Expand Up @@ -193,10 +193,14 @@ compile_assertions_finished () {
userdel ${www_group} || true
groupdel ${www_group} || true
done
set -x
repo-install nginx
set +x
run ./configure --with-domjudge-user=$u
set -x
assert_line "checking webserver-group... nginx (detected)"
assert_line " * webserver group.....: nginx"
set +x
}

@test "Run as normal user" {
Expand Down

0 comments on commit 041b219

Please sign in to comment.