summaryrefslogtreecommitdiff
path: root/src/hub/test-srv-ro
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2017-05-06 20:03:51 +0200
committerChristian Pointner <equinox@spreadspace.org>2017-05-06 20:03:51 +0200
commitd4db4c6876026a24bc420bb1ae3978310d3e71e0 (patch)
treef1c9501b8a012c2df6429566721665d73491da41 /src/hub/test-srv-ro
parentcleanup and minor improvements for pipe and pipegram interface (diff)
drop goji which never did much anyway
Diffstat (limited to 'src/hub/test-srv-ro')
-rwxr-xr-xsrc/hub/test-srv-ro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hub/test-srv-ro b/src/hub/test-srv-ro
index 56fe440..0f79921 100755
--- a/src/hub/test-srv-ro
+++ b/src/hub/test-srv-ro
@@ -10,4 +10,4 @@ TEST_DB="$TEST_D/$1.bolt"
mkdir -p "$TEST_D"
rm -f "$TEST_D/pipe" "$TEST_D/pipegram"
-exec ./bin/sfive-hub -db "$TEST_DB" -read-only -start-pipe-server -pipe "$TEST_D/pipe" -start-pipegram-server -pipegram "$TEST_D/pipegram" -start-web-server -bind=":8000"
+exec ./bin/sfive-hub -db "$TEST_DB" -read-only -start-pipe-server -pipe "$TEST_D/pipe" -start-pipegram-server -pipegram "$TEST_D/pipegram" -start-web-server -web ":8000"