osd-contiki/tools/cooja/contiki_tests/ctimer.js

5 lines
151 B
JavaScript
Raw Normal View History

2008-05-02 08:15:16 +02:00
if (msg.startsWith("Callback function called at time 50000 (counter=100)")) {
2008-05-02 07:58:01 +02:00
log.log("TEST OK\n");
mote.getSimulation().getGUI().doQuit(false);
}