linphone-junit-report.xml should be empty in case of non existing file
This commit is contained in:
parent
623d124dcc
commit
73408ebab8
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ all: clean
|
|||
|
||||
run-basic-tests: all
|
||||
ant test
|
||||
adb shell run-as org.linphone cat /data/data/org.linphone/files/junit-report.xml > linphone-junit-report.xml
|
||||
adb shell run-as org.linphone cat /data/data/org.linphone/files/junit-report.xml 2>/dev/null > linphone-junit-report.xml
|
||||
|
||||
run-all-tests: all
|
||||
adb shell am instrument -w -e size large org.linphone.test/com.zutubi.android.junitreport.JUnitReportTestRunner
|
||||
adb shell run-as org.linphone cat /data/data/org.linphone/files/junit-report.xml > linphone-junit-report.xml
|
||||
adb shell run-as org.linphone cat /data/data/org.linphone/files/junit-report.xml 2>/dev/null > linphone-junit-report.xml
|
||||
|
|
Loading…
Reference in a new issue