|
@@ -422,7 +422,7 @@ def should_continue(duration, start_time):
|
|
|
test_id = count(1)
|
|
|
while should_continue(duration, start_time):
|
|
|
try:
|
|
|
- run_test(str(test_id.next()), seed, work_dir, run_log, cleanup,
|
|
|
+ run_test(str(next(test_id)), seed, work_dir, run_log, cleanup,
|
|
|
log_all, command, config)
|
|
|
except (KeyboardInterrupt, SystemExit):
|
|
|
sys.exit(1)
|