From 3195b01c1be562d1896becdd5f12281796cf28c0 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 29 Sep 2013 16:24:59 +0000 Subject: -nicer messages --- src/gns/test_gns_pseu_shorten.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/gns/test_gns_pseu_shorten.sh b/src/gns/test_gns_pseu_shorten.sh index 7c07ec18e..d9c107d6f 100755 --- a/src/gns/test_gns_pseu_shorten.sh +++ b/src/gns/test_gns_pseu_shorten.sh @@ -28,17 +28,17 @@ gnunet-arm -e -c test_gns_lookup.conf if [ "$RES_IP" == "$TEST_IP" ] then - echo "$TEST_NAME resolved , got $RES_IP." + echo "PASS: Resolved $TEST_NAME properly to $RES_IP." else - echo "Failed to resolve $TEST_NAME to proper IP, got $RES_IP." + echo "FAIL: Could not resolve $TEST_NAME to proper IP, got $RES_IP." exit 1 fi if [ "$RES_IP_PSEU" == "$TEST_IP" ] then - echo "$TEST_NAME_SHORT resolved , got $RES_IP." + echo "PASS: Resolved $TEST_NAME_SHORT properly to $RES_IP." exit 0 else - echo "Failed to resolve $TEST_NAME_SHORT to proper IP, got $RES_IP_PSEU." + echo "FAIL: Could not resolve $TEST_NAME_SHORT to proper IP, got $RES_IP_PSEU." exit 1 fi -- cgit v1.2.3