gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [ascension] branch master updated: fixed up testing script


From: gnunet
Subject: [GNUnet-SVN] [ascension] branch master updated: fixed up testing script
Date: Tue, 30 Apr 2019 15:47:58 +0200

This is an automated email from the git hooks/post-receive script.

rexxnor pushed a commit to branch master
in repository ascension.

The following commit(s) were added to refs/heads/master by this push:
     new a036576  fixed up testing script
a036576 is described below

commit a036576168d33446f5f3e740eff6d506b6b0b354
Author: rexxnor <address@hidden>
AuthorDate: Tue Apr 30 15:47:33 2019 +0200

    fixed up testing script
---
 ascension/test/test_ascension_simple.sh | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/ascension/test/test_ascension_simple.sh 
b/ascension/test/test_ascension_simple.sh
index e88315e..1f01c62 100644
--- a/ascension/test/test_ascension_simple.sh
+++ b/ascension/test/test_ascension_simple.sh
@@ -63,7 +63,7 @@ checkfailexp()  {
     echo "$1"
     if [ "$?" -ne 0 ] || [ "$1" = 'No results.' ]; then
         echo "FAILED! Required record not present"
-        #cleanup
+        cleanup
         exit 2
     fi
 }
@@ -93,16 +93,15 @@ a=$(gnunet-gns -t MX -u mail.gnunet.org)
 checkfailexp "$a"
 a=$(gnunet-gns -t A -u nextcloud.gnunet.org)
 checkfailexp "$a"
-# TODO readd this test as it does not work as of 57636ddf7 in GNUnet
-#a=$(gnunet-gns -t SOA -u @.gnunet.org)
-#checkfailexp "$a"
+a=$(gnunet-gns -t SOA -u gnunet.org)
+checkfailexp "$a"
 a=$(gnunet-gns -t A -u multiple.subzones.dns.gnunet.org)
 checkfailexp "$a"
 a=$(gnunet-gns -t A -u subzones.dns.gnunet.org)
 checkfailexp "$a"
 
 # cleanup if we get this far
-#cleanup
+cleanup
 
 # finish
 echo "All records added successfully!!"

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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