summaryrefslogtreecommitdiff
path: root/src/hub/test-fwd-piwik
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-piwik
parenthubinfo table moved to bolt as well (diff)
completely remove sqlite
Diffstat (limited to 'src/hub/test-fwd-piwik')
-rwxr-xr-xsrc/hub/test-fwd-piwik3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/hub/test-fwd-piwik b/src/hub/test-fwd-piwik
index b6ac640..6143c70 100755
--- a/src/hub/test-fwd-piwik
+++ b/src/hub/test-fwd-piwik
@@ -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-piwik-url="http://localhost/piwik.php" -piwik-token "asdfjlkasjdflk" -piwik-site-id 4 -piwik-site-url "https://stream.elevate.at"
+exec ./bin/sfive-hub -db "$TEST_DB" -start-pipe-server=false -start-pipegram-server=false -start-web-server=false -forward-piwik-url="http://localhost/piwik.php" -piwik-token "asdfjlkasjdflk" -piwik-site-id 4 -piwik-site-url "https://stream.elevate.at"