Forum Discussion
SmartBear_Suppo
Alumni
15 years agoHi,
try removing the spaces between the argument flags and their values and moving the quotes to be around the entire argument;
<target name="soapUI_load_test_sequentieel">
<exec executable="${env.SOAPUI.BIN}/loadtestrunner.sh" failonerror="yes" failifexecutionfails="yes">
<arg line="-sTest '-ctestrun 1' -r -f./reports '-Dsoapui.project.properties=./settings/ACC.properties' ./BIV-soapui-project.xml"/>
</exec>
</target>
does this help?
regards,
/Ole
eviware.com
try removing the spaces between the argument flags and their values and moving the quotes to be around the entire argument;
<target name="soapUI_load_test_sequentieel">
<exec executable="${env.SOAPUI.BIN}/loadtestrunner.sh" failonerror="yes" failifexecutionfails="yes">
<arg line="-sTest '-ctestrun 1' -r -f./reports '-Dsoapui.project.properties=./settings/ACC.properties' ./BIV-soapui-project.xml"/>
</exec>
</target>
does this help?
regards,
/Ole
eviware.com