From e7e8f28a036a3c49812413fe0515a9b9f8c76afd Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Wed, 17 Feb 2016 18:33:33 +0100 Subject: [PATCH] curl is now silent --- tests/query-dns.sh | 2 +- tests/search-modules.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/query-dns.sh b/tests/query-dns.sh index adaddc0..d03dc4d 100644 --- a/tests/query-dns.sh +++ b/tests/query-dns.sh @@ -1 +1 @@ -curl http://127.0.0.1:6666/query -H "Content-Type: application/json" --data @body.json -X POST +curl -s http://127.0.0.1:6666/query -H "Content-Type: application/json" --data @body.json -X POST diff --git a/tests/search-modules.sh b/tests/search-modules.sh index 926335f..5b7e09f 100644 --- a/tests/search-modules.sh +++ b/tests/search-modules.sh @@ -1 +1 @@ -curl http://127.0.0.1:6666/modules +curl -s http://127.0.0.1:6666/modules