gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r26803 - gnunet/src/integration-tests


From: gnunet
Subject: [GNUnet-SVN] r26803 - gnunet/src/integration-tests
Date: Mon, 8 Apr 2013 12:00:57 +0200

Author: wachs
Date: 2013-04-08 12:00:57 +0200 (Mon, 08 Apr 2013)
New Revision: 26803

Modified:
   gnunet/src/integration-tests/test_integration_restart.py.in
Log:
fix


Modified: gnunet/src/integration-tests/test_integration_restart.py.in
===================================================================
--- gnunet/src/integration-tests/test_integration_restart.py.in 2013-04-08 
09:56:13 UTC (rev 26802)
+++ gnunet/src/integration-tests/test_integration_restart.py.in 2013-04-08 
10:00:57 UTC (rev 26803)
@@ -61,17 +61,17 @@
         retries -= 1
     if (os.path.exists(path)):
         test.p ("Failed to remove " + path) 
+        
     
-    
     retries = 10
-    path = os.path.join (tmp, "c_no_nat_client")    
-    test.p ("Removing " + path)    
+    path = os.path.join (tmp, "c_no_nat_client")  
+    test.p ("Removing " + path)      
     while ((os.path.exists(path)) and (retries > 0)):
         shutil.rmtree ((path), False)
         time.sleep (1)
         retries -= 1
     if (os.path.exists(path)):
-        test.p ("Failed to remove " + path)   
+        test.p ("Failed to remove " + path) 
 
 def success_restart_cont (check):
        global success 




reply via email to

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