summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--run_failure.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/run_failure.py b/run_failure.py
index 365c66a..bb7711b 100644
--- a/run_failure.py
+++ b/run_failure.py
@@ -13,7 +13,10 @@ def main(args):
"kazoo.tests.test_watchers:KazooChildrenWatcherTests")
return
arg = args[0]
+ i = 0
while 1:
+ i += 1
+ print('Run number: %s' % i)
ret = test(arg)
if ret != 0:
break