From 52e61043bcb716af42f9fd167aa2bb280bde5b5b Mon Sep 17 00:00:00 2001 From: kaotisk Date: Fri, 31 Mar 2023 21:34:47 +0300 Subject: Updated test scripts --- api/tests/gathered_zchain_zlatest_pairs.sh | 5 ++++- 1 file changed, 4 insertions(+), 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 466c669..d6c1274 100755 --- a/api/tests/gathered_zchain_zlatest_pairs.sh +++ b/api/tests/gathered_zchain_zlatest_pairs.sh @@ -1,6 +1,8 @@ #!/bin/bash +PROGRAM="$(basename $0)" +printf '[%s]\n' "$PROGRAM" printf "TEST\t/seens\n" -printf "\t01:\tendpoint returns JSON...\n" +printf "\t01:\tendpoint returns JSON..." curl http://127.0.0.1:8610/v0/seens 2>/dev/null | jq > /dev/null if [ "$?" == "0" ] then @@ -8,3 +10,4 @@ then else printf '\t\t\033[0;31mFAILED\033[0;0m\n' fi +printf "\n" -- cgit v1.2.3