Commit 08db9de5 authored by Ian Craggs's avatar Ian Craggs

Show Python version number

parent 29e545db
......@@ -82,7 +82,11 @@
</target>
<target name="test" >
<exec executable="python" dir="test">
<!-- display Python version -->
<exec executable="python" failonerror="true">
<arg line="-V"/>
</exec>
<exec executable="python" dir="test" spawn="true">
<arg value="mqttsas2.py" />
<arg value="${test.hostname}" />
</exec>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment