Merge pull request #57 from SimonFrings/docker
Fix docker command to run server tests with GitHub actions
This commit is contained in:
commit
cae895b399
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user