summaryrefslogtreecommitdiff
path: root/src/hub/test-fwd
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2017-04-27 02:51:19 +0200
committerChristian Pointner <equinox@spreadspace.org>2017-04-27 02:51:19 +0200
commit89e09629904d77a4b770315749e855d23af55bf6 (patch)
tree2f6690ef865fdb04653f385c7367dd29233afbed /src/hub/test-fwd
parenthubinfo table moved to bolt as well (diff)
completely remove sqlite
Diffstat (limited to 'src/hub/test-fwd')
-rwxr-xr-xsrc/hub/test-fwd3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/hub/test-fwd b/src/hub/test-fwd
index eff7605..ce6e0e3 100755
--- a/src/hub/test-fwd
+++ b/src/hub/test-fwd
@@ -1,5 +1,6 @@
#!/bin/sh
TEST_D="./test"
+TEST_DB="$TEST_D/db.bolt"
-exec ./bin/sfive-hub -db "$TEST_D" -start-pipe-server=false -start-pipegram-server=false -start-web-server=false -forward-url="http://localhost:8000"
+exec ./bin/sfive-hub -db "$TEST_DB" -start-pipe-server=false -start-pipegram-server=false -start-web-server=false -forward-url="http://localhost:8000"