Merge pull request #14518 from RIOT-OS/examples/fix/micropython-14224
examples/micropython: fix checked PID
This commit is contained in:
commit
9f3254533d
@ -22,7 +22,7 @@ def testfunc(child):
|
||||
# test riot.thread_getpid()
|
||||
child.sendline('import riot')
|
||||
child.sendline('print(riot.thread_getpid())')
|
||||
child.expect_exact('2')
|
||||
child.expect(r'\d+')
|
||||
child.expect_exact('>>>')
|
||||
|
||||
#
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user