Merge pull request #57 from SimonFrings/docker

Fix docker command to run server tests with GitHub actions
This commit is contained in:
Chris Boden 2021-12-08 09:10:14 -05:00 committed by GitHub
commit cae895b399
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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