Skip to content

Commit

Permalink
DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
eldering committed Sep 18, 2024
1 parent 2601b27 commit 9da8878
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/jobs/configure-checks/all.bats
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bats
#!/usr/bin/env bats --trace

load 'assert'

Expand Down Expand Up @@ -46,13 +46,13 @@ run_configure () {

repo-install () {
args=$(translate $@)
${cmd} install $args -y >/dev/null
${cmd} install $args -y
}
repo-remove () {
args=$(translate $@)
${cmd} remove $args -y #>/dev/null
if [ "$distro_id" != "ID=fedora" ]; then
apt-get autoremove -y 2>/dev/null
apt-get autoremove -y
fi
}

Expand Down
2 changes: 1 addition & 1 deletion .github/jobs/configure-checks/setup_configure_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ make configure
cp submit/assert.bash .github/jobs/configure-checks/

# Run the configure tests for this usecase
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 comments on commit 9da8878

Please sign in to comment.