Skip to content

Commit 3761cb5

Browse files
committed
DEBUG
1 parent 2601b27 commit 3761cb5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/jobs/configure-checks/all.bats

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,10 +193,12 @@ compile_assertions_finished () {
193193
userdel ${www_group} || true
194194
groupdel ${www_group} || true
195195
done
196+
set -x
196197
repo-install nginx
197198
run ./configure --with-domjudge-user=$u
198199
assert_line "checking webserver-group... nginx (detected)"
199200
assert_line " * webserver group.....: nginx"
201+
set +x
200202
}
201203

202204
@test "Run as normal user" {

0 commit comments

Comments
 (0)