We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c6e98e commit 26c8988Copy full SHA for 26c8988
autobahn/start.sh
@@ -2,11 +2,13 @@
2
3
docker stop fuzzingserver || true
4
5
+mkdir -p reports/client
6
+
7
docker run -it --rm \
8
-v "${PWD}/config:/config" \
9
-v "${PWD}/reports:/reports" \
10
--name fuzzingserver \
11
-p 9001:9001 \
12
-p 8080:8080 \
13
crossbario/autobahn-testsuite:0.8.2 \
- wstest --mode fuzzingserver --spec /config/functional.json -d
14
+ wstest --mode fuzzingserver --spec /config/functional.json
0 commit comments