gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r27219 - gnunet/src/dns


From: gnunet
Subject: [GNUnet-SVN] r27219 - gnunet/src/dns
Date: Tue, 21 May 2013 14:48:22 +0200

Author: grothoff
Date: 2013-05-21 14:48:22 +0200 (Tue, 21 May 2013)
New Revision: 27219

Modified:
   gnunet/src/dns/test_gnunet_dns.sh
Log:
-hide unnecessary output, add notification that test was actually run

Modified: gnunet/src/dns/test_gnunet_dns.sh
===================================================================
--- gnunet/src/dns/test_gnunet_dns.sh   2013-05-21 12:43:15 UTC (rev 27218)
+++ gnunet/src/dns/test_gnunet_dns.sh   2013-05-21 12:48:22 UTC (rev 27219)
@@ -16,7 +16,7 @@
   echo "This test requires sudo.  Skipping."
   exit 0
 fi
-if ! which nslookup
+if ! which nslookup > /dev/null
 then 
   echo "This test requires nslookup.  Skipping."
   exit 0
@@ -38,6 +38,7 @@
  echo "Fail: got address $LO, wanted 127.0.0.1"
  ret=1
 else
+ echo "Test run, with success."
  ret=0
 fi
 kill `jobs -p`




reply via email to

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