From 9cb9fda65b96cf851f47a3fb6ec57b8d51b710cd Mon Sep 17 00:00:00 2001 From: kaotisk Date: Sat, 7 Dec 2024 03:32:51 +0200 Subject: Silent curl, holy curl --- api/tests/gathered_zchain_zlatest_pairs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/tests/gathered_zchain_zlatest_pairs.sh') diff --git a/api/tests/gathered_zchain_zlatest_pairs.sh b/api/tests/gathered_zchain_zlatest_pairs.sh index 361cc33..60da911 100755 --- a/api/tests/gathered_zchain_zlatest_pairs.sh +++ b/api/tests/gathered_zchain_zlatest_pairs.sh @@ -3,7 +3,7 @@ PROGRAM="$(basename $0)" printf '[%s]\n' "$PROGRAM" printf "TEST\t/seens\n" printf "\t01:\tendpoint returns JSON..." -curl http://127.0.0.1:8610/v0/seens 2>/dev/null | jq > /dev/null +curl -s http://127.0.0.1:8610/v0/seens 2>/dev/null | jq > /dev/null if [ $? -eq 0 ] then printf '\t\t\033[0;32mPASSED\033[0;0m\n' -- cgit v1.2.3