Don't spawn to test

This commit is contained in:
Ian Craggs 2016-06-06 13:37:37 +01:00
parent a8f4c9d326
commit 29e545db4e
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@
</target>
<target name="test" >
<exec executable="python" dir="test" spawn="true">
<exec executable="python" dir="test">
<arg value="mqttsas2.py" />
<arg value="${test.hostname}" />
</exec>