Skip to content

Commit 0612012

Browse files
committed
DEBUG
1 parent 2601b27 commit 0612012

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env bats
1+
#!/usr/bin/env bats --trace
22

33
load 'assert'
44

.github/jobs/configure-checks/setup_configure_image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ make configure
2727
cp submit/assert.bash .github/jobs/configure-checks/
2828

2929
# Run the configure tests for this usecase
30-
test_path="/__w/domjudge/domjudge" bats .github/jobs/configure-checks/all.bats
30+
test_path="/__w/domjudge/domjudge" bats --trace .github/jobs/configure-checks/all.bats

0 commit comments

Comments
 (0)