File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
.github/jobs/configure-checks Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- #! /usr/bin/env bats
1
+ #! /usr/bin/env bats --trace
2
2
3
3
load ' assert'
4
4
@@ -46,13 +46,13 @@ run_configure () {
46
46
47
47
repo-install () {
48
48
args=$( translate $@ )
49
- ${cmd} install $args -y > /dev/null
49
+ ${cmd} install $args -y
50
50
}
51
51
repo-remove () {
52
52
args=$( translate $@ )
53
53
${cmd} remove $args -y # >/dev/null
54
54
if [ " $distro_id " != " ID=fedora" ]; then
55
- apt-get autoremove -y 2> /dev/null
55
+ apt-get autoremove -y
56
56
fi
57
57
}
58
58
Original file line number Diff line number Diff line change @@ -27,4 +27,4 @@ make configure
27
27
cp submit/assert.bash .github/jobs/configure-checks/
28
28
29
29
# 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
You can’t perform that action at this time.
0 commit comments