mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-09 19:31:04 +00:00
5 lines
117 B
JavaScript
5 lines
117 B
JavaScript
|
if (msg.startsWith('Completion time')) {
|
||
|
log.log(msg + "\n");
|
||
|
log.testOK(); /* Report test success and quit */
|
||
|
}
|