mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
tests/backtrace: make test regexp a bit more loose
This commit is contained in:
parent
a78689874a
commit
937a0014c8
@ -14,7 +14,7 @@ def testfunc(child):
|
||||
child.expect(r"BACKTRACE_SIZE: (\d+)\r\n")
|
||||
trace_size = int(child.match.group(1))
|
||||
for i in range(trace_size):
|
||||
child.expect(r"0x[0-9a-f]{7,8}")
|
||||
child.expect(r"0x[0-9a-f]+")
|
||||
|
||||
print("All tests successful")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user