gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r29693 - gnunet/src/gns


From: gnunet
Subject: [GNUnet-SVN] r29693 - gnunet/src/gns
Date: Sun, 29 Sep 2013 18:24:59 +0200

Author: grothoff
Date: 2013-09-29 18:24:59 +0200 (Sun, 29 Sep 2013)
New Revision: 29693

Modified:
   gnunet/src/gns/test_gns_pseu_shorten.sh
Log:
-nicer messages

Modified: gnunet/src/gns/test_gns_pseu_shorten.sh
===================================================================
--- gnunet/src/gns/test_gns_pseu_shorten.sh     2013-09-29 16:20:51 UTC (rev 
29692)
+++ gnunet/src/gns/test_gns_pseu_shorten.sh     2013-09-29 16:24:59 UTC (rev 
29693)
@@ -28,17 +28,17 @@
 
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]