Skip to content

Commit

Permalink
Add first attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilsa committed May 20, 2024
1 parent 5cc86ee commit 89b09a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zombienet/docker/test_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def main():
print_with_flush(f"Container started with name: {container_name}")

print_with_flush(f"Running test: {test_command} (warm-up)")
first_attempt = run_test(container_name, test_command)
first_attempt = run_test(container_name, test_command, first_attempt=True)

if first_attempt == 0:
print_with_flush("Test passed on the first attempt (warm-up).")
Expand Down

0 comments on commit 89b09a1

Please sign in to comment.