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