We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8e38a5 commit dc90b16Copy full SHA for dc90b16
test/setup-dependencies.sh
@@ -1,5 +1,8 @@
1
#!/usr/bin/sh
2
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
+
6
# $1 is the command, $2 is the flag used for the check (--version by default)
7
check_cmd() {
8
if [ -z "$1" ]; then
0 commit comments