Skip to content

Commit

Permalink
newline
Browse files Browse the repository at this point in the history
  • Loading branch information
charles37 committed Nov 13, 2024
1 parent de147b6 commit c0ac7b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hwci/tests/console_timeout.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def oneshot_test(self, board):

# Wait for the expected output from the application
logging.info("Waiting for the application to output the result...")
pattern = r"Userspace call to read console returned: (.*)"
pattern = r"Userspace call to read console returned: (.*)\n"
output = serial.expect(pattern, timeout=10)

if output:
Expand Down

0 comments on commit c0ac7b0

Please sign in to comment.