From 623d124dccab8f89a208d6e75070928d03c915e9 Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Fri, 23 Jan 2015 16:54:07 +0100 Subject: [PATCH] Retrieve junit for basic-ui-test too --- tests/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Makefile b/tests/Makefile index 70a0aeb4c..5aa7f4e0d 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -11,6 +11,7 @@ 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 run-all-tests: all adb shell am instrument -w -e size large org.linphone.test/com.zutubi.android.junitreport.JUnitReportTestRunner