Skip to content

Commit

Permalink
debug test fail
Browse files Browse the repository at this point in the history
  • Loading branch information
thockin committed Jun 13, 2024
1 parent d61932f commit 60ae836
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test_e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ function docker_run() {
-d \
${RM} \
--label git-sync-e2e="$RUNID" \
--network fixme-name-here \
"$@"
sleep 2 # wait for it to come up
}
Expand Down Expand Up @@ -315,6 +316,7 @@ function remove_containers() {
| while read CTR; do
docker kill "$CTR" >/dev/null
done
docker network prune -f
}

#
Expand Down Expand Up @@ -3513,6 +3515,7 @@ function run_test() {
set -o errexit
set -o nounset
set -o pipefail
docker network create -d bridge fixme-name-here
"$@"
)
eval "$retvar=$?"
Expand Down

0 comments on commit 60ae836

Please sign in to comment.