projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e127e9d
)
- fix
author
Matthias Wachs
<wachs@net.in.tum.de>
Sat, 12 May 2012 12:33:06 +0000
(12:33 +0000)
committer
Matthias Wachs
<wachs@net.in.tum.de>
Sat, 12 May 2012 12:33:06 +0000
(12:33 +0000)
src/integration-tests/gnunet_testing.py.in
patch
|
blob
|
history
diff --git
a/src/integration-tests/gnunet_testing.py.in
b/src/integration-tests/gnunet_testing.py.in
index 7f8c97637335ef04f8840003ea4c6865366f4a70..41e709f8c63cee76db264fa4bda31d27b7d42d2b 100644
(file)
--- a/
src/integration-tests/gnunet_testing.py.in
+++ b/
src/integration-tests/gnunet_testing.py.in
@@
-51,7
+51,10
@@
class Check:
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