Skip to content

Commit

Permalink
echo log
Browse files Browse the repository at this point in the history
  • Loading branch information
schallert committed Feb 20, 2020
1 parent 28e979e commit 1a6f7e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/docker-integration-tests/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ TESTS=(
# installed and we may not have perms to install it. "Install" it in the worst
# possible way.
if ! command -v nc; then
echo "installing netcat"
NCDIR="$(mktemp -d)"
docker run --rm debian:latest bash -c 'apt-get update &>/dev/null &&
apt-get install -y netcat &>/dev/null &&
Expand Down

0 comments on commit 1a6f7e0

Please sign in to comment.