Also fix junit reports for UI tester

This commit is contained in:
Sylvain Berfini 2016-08-02 13:54:32 +02:00
parent 67389858a0
commit 9f1360d796

View file

@ -40,7 +40,7 @@
</condition>
<exec executable="bash" unless:set="has.crashed">
<arg value="-c"/>
<arg value="adb shell run-as org.linphone cat /data/data/org.linphone/files/junit-report.xml > linphone-junit-report-${test.size}.xml"/>
<arg value="adb shell cat /data/data/org.linphone/files/junit-report.xml > linphone-junit-report-${test.size}.xml"/>
</exec>
<zip destfile="${archive.name}.zip">