summaryrefslogtreecommitdiff
path: root/src/hub/test-client
diff options
context:
space:
mode:
authorMarkus Grüneis <gimpf@gimpf.org>2014-10-23 12:58:46 +0200
committerMarkus Grüneis <gimpf@gimpf.org>2014-10-23 12:58:46 +0200
commitf128c0f51325939a10000b8f0a4337571f873892 (patch)
tree7384a92ed3e4c7826bdc21f09d0e3319cf25428d /src/hub/test-client
parenthub: Return JSON data from web-server. (diff)
hub: fix filtered queries, remove unused functions
Diffstat (limited to 'src/hub/test-client')
-rwxr-xr-xsrc/hub/test-client2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hub/test-client b/src/hub/test-client
index a26ce75..859b2da 100755
--- a/src/hub/test-client
+++ b/src/hub/test-client
@@ -9,7 +9,7 @@ echo show query result
wget -q -S -O - 'http://localhost:8000/updates?from=2013-10-24T05:00:00Z&to=2013-10-24T00:05:20Z'
echo '\npost update'
-wget --post-file='../../dat/sample-post.json' 'http://localhost:8000/updates'
+wget -q -S -O - --post-file='../../dat/sample-post.json' 'http://localhost:8000/updates'
echo '\ndone'