write command was removed from sky-shell, which requires a test update
This commit is contained in:
parent
f5004dca14
commit
ddf498a065
@ -90,7 +90,7 @@ WAIT_UNTIL(msg.contains('Contiki>'));
|
||||
/* Test command: help */
|
||||
log.log("> help\n");
|
||||
write(mote, "help");
|
||||
WAIT_UNTIL(msg.startsWith('write <filename>'));
|
||||
WAIT_UNTIL(msg.startsWith('Available commands:'));
|
||||
WAIT_UNTIL(msg.contains('Contiki>'));
|
||||
|
||||
log.testOK(); /* We are done! */</script>
|
||||
|
Loading…
Reference in New Issue
Block a user