Also fix junit reports for UI tester
This commit is contained in:
parent
67389858a0
commit
9f1360d796
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
||||||
</condition>
|
</condition>
|
||||||
<exec executable="bash" unless:set="has.crashed">
|
<exec executable="bash" unless:set="has.crashed">
|
||||||
<arg value="-c"/>
|
<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>
|
</exec>
|
||||||
|
|
||||||
<zip destfile="${archive.name}.zip">
|
<zip destfile="${archive.name}.zip">
|
||||||
|
|
Loading…
Reference in a new issue