summaryrefslogtreecommitdiff
path: root/src/hub/test-srv
diff options
context:
space:
mode:
Diffstat (limited to 'src/hub/test-srv')
-rwxr-xr-xsrc/hub/test-srv2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hub/test-srv b/src/hub/test-srv
index 803ac37..19a6539 100755
--- a/src/hub/test-srv
+++ b/src/hub/test-srv
@@ -5,4 +5,4 @@ TEST_DB="$TEST_D/db.bolt"
mkdir -p "$TEST_D"
rm -f "$TEST_D/pipe" "$TEST_D/pipegram"
-exec ./bin/sfive-hub -db "$TEST_DB" -start-pipe-server -pipe "$TEST_D/pipe" -start-pipegram-server -pipegram "$TEST_D/pipegram" -start-web-server -viz-dir "$(pwd)/../viz" -bind=":8000"
+exec ./bin/sfive-hub -db "$TEST_DB" -start-pipe-server -pipe "$TEST_D/pipe" -start-pipegram-server -pipegram "$TEST_D/pipegram" -start-web-server -bind=":8000"