From edc613c626ac4ae3e2539b5da8d2fece6fbd6653 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Sat, 12 May 2012 12:33:06 +0000 Subject: - fix --- src/integration-tests/gnunet_testing.py.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/integration-tests/gnunet_testing.py.in b/src/integration-tests/gnunet_testing.py.in index 7f8c97637..41e709f8c 100644 --- 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 -- cgit v1.2.3