Skip to content

Commit 9da8878

Browse files
committed
DEBUG
1 parent 2601b27 commit 9da8878

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 3 additions & 3 deletions
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

@@ -46,13 +46,13 @@ run_configure () {
4646

4747
repo-install () {
4848
args=$(translate $@)
49-
${cmd} install $args -y >/dev/null
49+
${cmd} install $args -y
5050
}
5151
repo-remove () {
5252
args=$(translate $@)
5353
${cmd} remove $args -y #>/dev/null
5454
if [ "$distro_id" != "ID=fedora" ]; then
55-
apt-get autoremove -y 2>/dev/null
55+
apt-get autoremove -y
5656
fi
5757
}
5858

.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)