Skip to content

Commit

Permalink
Fix test-run.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ylobankov committed Sep 23, 2021
1 parent d7eff44 commit 19cc30a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-run.py
Expand Up @@ -172,7 +172,7 @@ def main_loop_consistent(failed_test_ids):
worker_id = 1
worker = task_group['gen_worker'](worker_id)
for task_id in task_ids:
short_status = worker.run_task(task_id)
short_status = worker.run_task(task_id)[0]
if short_status == 'fail':
reproduce_file_path = \
get_reproduce_file(worker.name)
Expand Down

0 comments on commit 19cc30a

Please sign in to comment.