Bugfix that makes MicaZ nightly tests work
This commit is contained in:
parent
896f627290
commit
865264a063
|
@ -105,7 +105,7 @@ make hello-world.elf TARGET=micaz</commands>
|
||||||
<plugin_config>
|
<plugin_config>
|
||||||
<script>TIMEOUT(2000, log.log("last message: " + msg + "\n"));
|
<script>TIMEOUT(2000, log.log("last message: " + msg + "\n"));
|
||||||
|
|
||||||
WAIT_UNTIL(msg.equals('Hello, world'));
|
WAIT_UNTIL(msg.startsWith('Hello, world'));
|
||||||
log.testOK();</script>
|
log.testOK();</script>
|
||||||
<active>true</active>
|
<active>true</active>
|
||||||
</plugin_config>
|
</plugin_config>
|
||||||
|
|
Loading…
Reference in a new issue