Skip to content

Commit

Permalink
add message when flashing failed
Browse files Browse the repository at this point in the history
  • Loading branch information
hathach committed Jan 24, 2024
1 parent 64f86ef commit 9d0df8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/hil/hil_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@ def main(config_file, board):
if ret.returncode == 0:
break
else:
print(f'Flashing failed, retry {i+1}')
time.sleep(1)

assert ret.returncode == 0, 'Flash failed\n' + ret.stdout.decode()
Expand Down

0 comments on commit 9d0df8e

Please sign in to comment.