From 5cdc4478f7c8f4f279181b7763fe18331a860d80 Mon Sep 17 00:00:00 2001 From: Matt Bonneau Date: Thu, 9 Apr 2020 17:49:52 -0400 Subject: [PATCH] Correct output path on fuzzingclient config --- tests/ab/fuzzingclient.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ab/fuzzingclient.json b/tests/ab/fuzzingclient.json index fc3869b..aa41362 100644 --- a/tests/ab/fuzzingclient.json +++ b/tests/ab/fuzzingclient.json @@ -2,7 +2,7 @@ "options": { "failByDrop": false } - , "outdir": "./reports/servers" + , "outdir": "/reports/servers" , "servers": [{ "agent": "RatchetRFC/0.1.0" , "url": "ws://host.docker.internal:9001"