gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r21454 - gnunet/src/integration-tests
Date: Sat, 12 May 2012 14:33:06 +0200

Author: wachs
Date: 2012-05-12 14:33:06 +0200 (Sat, 12 May 2012)
New Revision: 21454

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


Modified: gnunet/src/integration-tests/gnunet_testing.py.in
===================================================================
--- gnunet/src/integration-tests/gnunet_testing.py.in   2012-05-12 12:31:33 UTC 
(rev 21453)
+++ gnunet/src/integration-tests/gnunet_testing.py.in   2012-05-12 12:33:06 UTC 
(rev 21454)
@@ -51,7 +51,10 @@
             time.sleep(1)
             execs += 1
         if ((False == res) and (execs >= timeout)):
-           print ('Check had timeout after ' +str(timeout)+ 'seconds')
+           print ('Check had timeout after ' +str(timeout)+ ' seconds')
+           neg_cont (self)
+        elif ((False == res) and (execs >= timeout)):
+                       neg_cont (self)
         else:
             pos_cont (self)
         return res            




reply via email to

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