Skip to content

Commit

Permalink
fixup! fixup! fixup! .gitlab-ci.yml: added docker image test
Browse files Browse the repository at this point in the history
  • Loading branch information
alesmrazek committed Nov 14, 2024
1 parent a96dec8 commit c9bfd2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/docker/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
# fail on errors
set -o errexit

set -o xtrace

# check that knot-resolver is responding
kdig nic.cz @localhost#53 # unsecured DNS UDP
kdig +tcp nic.cz @localhost#53 # unsecured DNS TCP
Expand All @@ -17,8 +19,6 @@ if test -z "$gitroot"; then
fi
cd $gitroot

set -o xtrace

# run interactive tests
for script in tests/packaging/interactive/*.sh; do
bash "$script"
Expand Down

0 comments on commit c9bfd2c

Please sign in to comment.