Skip to content

Commit 041b219

Browse files
committed
DEBUG
1 parent 2601b27 commit 041b219

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,10 +193,14 @@ compile_assertions_finished () {
193193
userdel ${www_group} || true
194194
groupdel ${www_group} || true
195195
done
196+
set -x
196197
repo-install nginx
198+
set +x
197199
run ./configure --with-domjudge-user=$u
200+
set -x
198201
assert_line "checking webserver-group... nginx (detected)"
199202
assert_line " * webserver group.....: nginx"
203+
set +x
200204
}
201205

202206
@test "Run as normal user" {

0 commit comments

Comments
 (0)