mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-18 03:48:08 +00:00
Fix zip logs for liblinphone tester
This commit is contained in:
parent
5ecf5643d3
commit
e6cfde3201
2 changed files with 5 additions and 2 deletions
|
|
@ -3,5 +3,4 @@ all:
|
|||
ant installd
|
||||
|
||||
run-all-tests: all
|
||||
adb shell am instrument -w org.linphone.tester/org.linphone.tester.TestRunner
|
||||
adb shell run-as org.linphone.tester cat /data/data/org.linphone.tester/files/junit-report.xml > liblinphone-junit-report.xml
|
||||
ant test
|
||||
|
|
|
|||
|
|
@ -37,6 +37,10 @@
|
|||
<arg value="-c" />
|
||||
<arg value="kill `cat adb.pid`" />
|
||||
</exec>
|
||||
<exec executable="bash">
|
||||
<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"/>
|
||||
</exec>
|
||||
<zip destfile="${archive.name}.zip">
|
||||
<fileset dir="." includes="${archive.name}"/>
|
||||
</zip>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue