We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2601b27 commit 0612012Copy full SHA for 0612012
.github/jobs/configure-checks/all.bats
@@ -1,4 +1,4 @@
1
-#!/usr/bin/env bats
+#!/usr/bin/env bats --trace
2
3
load 'assert'
4
.github/jobs/configure-checks/setup_configure_image.sh
@@ -27,4 +27,4 @@ make configure
27
cp submit/assert.bash .github/jobs/configure-checks/
28
29
# Run the configure tests for this usecase
30
-test_path="/__w/domjudge/domjudge" bats .github/jobs/configure-checks/all.bats
+test_path="/__w/domjudge/domjudge" bats --trace .github/jobs/configure-checks/all.bats
0 commit comments