-nicer messages
authorChristian Grothoff <christian@grothoff.org>
Sun, 29 Sep 2013 16:24:59 +0000 (16:24 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sun, 29 Sep 2013 16:24:59 +0000 (16:24 +0000)
src/gns/test_gns_pseu_shorten.sh

index 7c07ec18eca468361707d53b69b5ee3d2a8ec91b..d9c107d6fc8e788c4011d80e882aa9360ffd7355 100755 (executable)
@@ -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