Fix docker command to run server tests with GitHub actions

This commit is contained in:
Simon Frings 2021-12-07 16:56:09 +01:00
parent 7610659ff1
commit 30f6b14634

View File

@ -36,7 +36,7 @@ if [ "$ABTEST" = "server" ]; then
fi
docker run --rm \
-it \
-i \
-v ${PWD}:/config \
-v ${PWD}/reports:/reports \
--name fuzzingclient \
@ -46,5 +46,3 @@ if [ "$ABTEST" = "server" ]; then
# send the shutdown command to the PHP echo server
wget -O - -q http://127.0.0.1:9001/shutdown
fi