mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-27 07:21:18 +01:00
tests/shell: fix reset dependency
This commit is contained in:
parent
b88e2ecb6d
commit
4117b459af
@ -63,9 +63,6 @@ def check_cmd(child, cmd, expected):
|
||||
|
||||
|
||||
def testfunc(child):
|
||||
# check startup message
|
||||
child.expect('test_shell.')
|
||||
|
||||
# loop other defined commands and expected output
|
||||
for cmd, expected in CMDS:
|
||||
check_cmd(child, cmd, expected)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user