summaryrefslogtreecommitdiff
path: root/src/hub/test-fwd
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2017-04-30 03:50:13 +0200
committerChristian Pointner <equinox@spreadspace.org>2017-04-30 03:50:13 +0200
commitea7b72b4544770cc7f26297c7fd6f1b7f4bb64ab (patch)
treee2c630c802f49209bdd7361c35bd5963103eba5a /src/hub/test-fwd
parentreadded basic append/fetch test and benchmark (diff)
new web api endpoint hubs
use -read-only for forwarding tests
Diffstat (limited to 'src/hub/test-fwd')
-rwxr-xr-xsrc/hub/test-fwd2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hub/test-fwd b/src/hub/test-fwd
index 35dd324..371aa55 100755
--- a/src/hub/test-fwd
+++ b/src/hub/test-fwd
@@ -8,4 +8,4 @@ fi
TEST_D="./test"
TEST_DB="$TEST_D/$1.bolt"
-exec ./bin/sfive-hub -db "$TEST_DB" -start-pipe-server=false -start-pipegram-server=false -start-web-server=false -forward-url="http://localhost:8000"
+exec ./bin/sfive-hub -db "$TEST_DB" -read-only -start-pipe-server=false -start-pipegram-server=false -start-web-server=false -forward-url="http://localhost:8000"