From f46d1f58facc6aa78519e0b77dd631ba5b265117 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Thu, 31 Oct 2013 09:57:14 +0100 Subject: [PATCH] Updated way to run tests to be able to tell buildbot they failed --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile b/tests/Makefile index cdc238939..791b1af86 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -7,7 +7,7 @@ run-basic-tests: $(SDK_PATH)/android update test-project --path . -m ../ ant debug ant installd - adb shell am instrument -w -e size small org.linphone.test/android.test.InstrumentationTestRunner + ant test run-all-tests: $(SDK_PLATFORM_TOOLS_PATH)/adb uninstall org.linphone.test