Skip to content

Commit

Permalink
Fix #660
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-schulze-vireso committed Oct 19, 2022
1 parent 743c189 commit d5fb1c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libexec/bats-core/bats-exec-file
Expand Up @@ -221,6 +221,7 @@ bats_run_test_with_retries() { # <args>
status=$?
if ((status == BATS_RETRY_RETURN_CODE)); then
should_try_again=1
status=0 # this is not the last try -> reset status
else
should_try_again=0
bats_exec_file_status=$status
Expand Down

0 comments on commit d5fb1c6

Please sign in to comment.