gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r31184 - gnunet/src/gns
Date: Sun, 8 Dec 2013 22:33:38 +0100

Author: LRN
Date: 2013-12-08 22:33:38 +0100 (Sun, 08 Dec 2013)
New Revision: 31184

Modified:
   gnunet/src/gns/test_gns_gns2dns_lookup.sh
   gnunet/src/gns/test_gns_soa_lookup.sh
   gnunet/src/gns/test_gnunet_gns.sh
Log:
Skip tests properly

Modified: gnunet/src/gns/test_gns_gns2dns_lookup.sh
===================================================================
--- gnunet/src/gns/test_gns_gns2dns_lookup.sh   2013-12-08 21:33:34 UTC (rev 
31183)
+++ gnunet/src/gns/test_gns_gns2dns_lookup.sh   2013-12-08 21:33:38 UTC (rev 
31184)
@@ -33,7 +33,7 @@
 if ! nslookup gnunet.org $TEST_IP_GNS2DNS &> /dev/null
 then
   echo "Cannot reach DNS, skipping test"
-  exit 0
+  exit 77
 fi
 
 # helper record for pointing to the DNS resolver

Modified: gnunet/src/gns/test_gns_soa_lookup.sh
===================================================================
--- gnunet/src/gns/test_gns_soa_lookup.sh       2013-12-08 21:33:34 UTC (rev 
31183)
+++ gnunet/src/gns/test_gns_soa_lookup.sh       2013-12-08 21:33:38 UTC (rev 
31184)
@@ -23,7 +23,7 @@
 if ! nslookup $TEST_RECORD_GNS2DNS $TEST_IP_GNS2DNS &> /dev/null
 then
   echo "Cannot reach DNS, skipping test"
-  exit 0
+  exit 77
 fi
 
 gnunet-arm -s -c test_gns_lookup.conf

Modified: gnunet/src/gns/test_gnunet_gns.sh
===================================================================
--- gnunet/src/gns/test_gnunet_gns.sh   2013-12-08 21:33:34 UTC (rev 31183)
+++ gnunet/src/gns/test_gnunet_gns.sh   2013-12-08 21:33:38 UTC (rev 31184)
@@ -17,7 +17,7 @@
 if [ "$ME" != "root" ]
 then
   echo "This test only works if run as root.  Skipping."
-  exit 0
+  exit 77
 fi
 export PATH=".:$PATH"
 gnunet-service-gns -c gns.conf &




reply via email to

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