mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 06:23:53 +01:00
Merge pull request #18634 from maribu/tests/heap_cmd
tests/heap_cmd: fix test script
This commit is contained in:
commit
d9e881e73a
@ -24,7 +24,7 @@ def testfunc(child):
|
||||
child.sendline('heap')
|
||||
child.expect(r'heap: \d+ \(used \d+, free \d+\) \[bytes\]')
|
||||
child.sendline('free 0x' + addr)
|
||||
child.expect('freed 0x' + addr)
|
||||
child.expect('freeing 0x' + addr)
|
||||
child.expect_exact('>')
|
||||
child.sendline('heap')
|
||||
child.expect(r'heap: \d+ \(used \d+, free \d+\) \[bytes\]')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user