Bugfix that makes MicaZ nightly tests work

This commit is contained in:
adamdunkels 2010-11-02 11:12:17 +00:00
parent 896f627290
commit 865264a063

View File

@ -105,7 +105,7 @@ make hello-world.elf TARGET=micaz</commands>
<plugin_config>
<script>TIMEOUT(2000, log.log("last message: " + msg + "\n"));
WAIT_UNTIL(msg.equals('Hello, world'));
WAIT_UNTIL(msg.startsWith('Hello, world'));
log.testOK();</script>
<active>true</active>
</plugin_config>