Skip to content

Commit

Permalink
trunner: fix output after flash
Browse files Browse the repository at this point in the history
  • Loading branch information
maska989 committed Jan 14, 2025
1 parent 1c676a4 commit 9449ff3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions trunner/test_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,9 @@ def run_tests(self, tests: Sequence[TestOptions]) -> Sequence[TestResult]:
if not self.ctx.target.rootfs and test.bootloader is not None and test.bootloader.apps:
test.should_reboot = True

if self.ctx.should_flash and self.ctx.port:
self.target.dut.expect(r".+")

result = TestResult(test.name)
self._print_test_header_begin(test)

Expand Down

0 comments on commit 9449ff3

Please sign in to comment.