gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r29691 - gnunet/src/gns
Date: Sun, 29 Sep 2013 18:20:27 +0200

Author: grothoff
Date: 2013-09-29 18:20:27 +0200 (Sun, 29 Sep 2013)
New Revision: 29691

Modified:
   gnunet/src/gns/test_gns_delegated_lookup.sh
   gnunet/src/gns/test_gns_pseu_shorten.sh
Log:
-delete old directory before running tests

Modified: gnunet/src/gns/test_gns_delegated_lookup.sh
===================================================================
--- gnunet/src/gns/test_gns_delegated_lookup.sh 2013-09-29 16:20:06 UTC (rev 
29690)
+++ gnunet/src/gns/test_gns_delegated_lookup.sh 2013-09-29 16:20:27 UTC (rev 
29691)
@@ -1,6 +1,7 @@
 #!/bin/bash
 trap "gnunet-arm -e -c test_gns_lookup.conf" SIGINT
 which timeout &> /dev/null && DO_TIMEOUT="timeout 5"
+rm -rf `gnunet-config -c test_gns_lookup.conf -s PATHS -o SERVICEHOME`
 
 TEST_IP="127.0.0.1"
 gnunet-arm -s -c test_gns_lookup.conf

Modified: gnunet/src/gns/test_gns_pseu_shorten.sh
===================================================================
--- gnunet/src/gns/test_gns_pseu_shorten.sh     2013-09-29 16:20:06 UTC (rev 
29690)
+++ gnunet/src/gns/test_gns_pseu_shorten.sh     2013-09-29 16:20:27 UTC (rev 
29691)
@@ -2,6 +2,7 @@
 trap "gnunet-arm -e -c test_gns_lookup.conf" SIGINT
 which timeout &> /dev/null && DO_TIMEOUT="timeout 5"
 
+rm -rf `gnunet-config -c test_gns_lookup.conf -s PATHS -o SERVICEHOME`
 TEST_IP="127.0.0.1"
 TEST_PSEU="alice"
 TEST_NAME="www.mybestfriendalice.gnu"




reply via email to

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