osd-contiki/tools/cooja/contiki_tests/ctimer.js
2008-05-02 06:15:16 +00:00

5 lines
151 B
JavaScript

if (msg.startsWith("Callback function called at time 50000 (counter=100)")) {
log.log("TEST OK\n");
mote.getSimulation().getGUI().doQuit(false);
}