Skip to content

Commit dc90b16

Browse files
committed
test: Create a docker network during dependencies' setup
1 parent c8e38a5 commit dc90b16

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/setup-dependencies.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/usr/bin/sh
22

3+
# create a docker network if it does not exist
4+
docker network create mod_proxy_cluster_testsuite_net > /dev/null 2>&1 || true
5+
36
# $1 is the command, $2 is the flag used for the check (--version by default)
47
check_cmd() {
58
if [ -z "$1" ]; then

0 commit comments

Comments
 (0)