This should fix the broken junit reports on Jenkins
This commit is contained in:
parent
a9f06a9db7
commit
67389858a0
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@
|
|||
</condition>
|
||||
<exec executable="bash" unless:set="has.crashed">
|
||||
<arg value="-c"/>
|
||||
<arg value="adb shell run-as org.linphone.tester cat /data/data/org.linphone.tester/files/junit-report.xml > liblinphone-junit-report.xml"/>
|
||||
<arg value="adb shell cat /data/data/org.linphone.tester/files/junit-report.xml > liblinphone-junit-report.xml"/>
|
||||
</exec>
|
||||
|
||||
<zip destfile="${archive.name}.zip">
|
||||
|
|
Loading…
Reference in a new issue