mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
examples/suit_update: fix redundant check in test script
This commit is contained in:
parent
6f00380cc3
commit
a622c88105
@ -210,7 +210,6 @@ def _test_successful_update(child, client, app_ver):
|
|||||||
pass
|
pass
|
||||||
# Check successful install
|
# Check successful install
|
||||||
child.expect_exact("Install correct payload")
|
child.expect_exact("Install correct payload")
|
||||||
child.expect_exact("Install correct payload")
|
|
||||||
|
|
||||||
# Wait for reboot on non-native BOARDs
|
# Wait for reboot on non-native BOARDs
|
||||||
if BOARD != "native":
|
if BOARD != "native":
|
||||||
|
Loading…
Reference in New Issue
Block a user