contiki/tools/cooja/contiki_tests/rime_rucb.js

5 lines
117 B
JavaScript
Raw Normal View History

2008-11-11 11:30:02 +00:00
if (msg.startsWith('Completion time')) {
log.log(msg + "\n");
log.testOK(); /* Report test success and quit */
}