Fix docker command to run server tests with GitHub actions
This commit is contained in:
parent
7610659ff1
commit
30f6b14634
@ -36,7 +36,7 @@ if [ "$ABTEST" = "server" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
docker run --rm \
|
docker run --rm \
|
||||||
-it \
|
-i \
|
||||||
-v ${PWD}:/config \
|
-v ${PWD}:/config \
|
||||||
-v ${PWD}/reports:/reports \
|
-v ${PWD}/reports:/reports \
|
||||||
--name fuzzingclient \
|
--name fuzzingclient \
|
||||||
@ -46,5 +46,3 @@ if [ "$ABTEST" = "server" ]; then
|
|||||||
# send the shutdown command to the PHP echo server
|
# send the shutdown command to the PHP echo server
|
||||||
wget -O - -q http://127.0.0.1:9001/shutdown
|
wget -O - -q http://127.0.0.1:9001/shutdown
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user