1
0
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:
Francisco Molina 2019-12-03 19:19:07 +01:00
parent b88e2ecb6d
commit 4117b459af

View File

@ -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)