Skip to content

Commit

Permalink
CI fix wstest .. one more try
Browse files Browse the repository at this point in the history
  • Loading branch information
oberstet committed Jan 29, 2022
1 parent 26065e6 commit 7becdaa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wstest/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -126,18 +126,18 @@ wstest_server_docker_pull:
docker pull $(AUTOBAHN_TESTSUITE_DOCKER)

wstest_server_docker_stop:
docker rm --force fuzzingserver
-docker rm --force fuzzingserver

wstest_server_docker_full:
docker run -it --rm \
docker run -d --rm \
--name fuzzingserver \
-v ${PWD}/fuzzingserver-full.json:/config/fuzzingserver.json:ro \
-v ${PWD}/reports:/reports \
-p 9001:9001 \
$(AUTOBAHN_TESTSUITE_DOCKER)

wstest_server_docker_quick:
docker run -it --rm \
docker run -d --rm \
--name fuzzingserver \
-u `id -u`:`id -g` \
-v ${PWD}/fuzzingserver-quick.json:/config/fuzzingserver.json:ro \
Expand Down

0 comments on commit 7becdaa

Please sign in to comment.