Skip to content

Commit

Permalink
test/sys/progress_bar: temporary printout to debug flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
mguetschow committed Jun 25, 2024
1 parent 0ebb657 commit 67ae503
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/sys/progress_bar/tests/01-run.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ def testfunc(child):
progress_str += EMPTY_CHARACTER * (LENGTH - ratio)
check_str = 'Progress bar 0 |{}| {:3}%'.format(
progress_str, i)
# todo: temporary printout for debugging this flaky test
print("EXPECTS:", check_str)
child.expect_exact(check_str)
child.expect_exact("Done!")

Expand Down

0 comments on commit 67ae503

Please sign in to comment.