From 5a597c1ff8705588a70fdb3092a63b56ffb4c02a Mon Sep 17 00:00:00 2001 From: Kenny Root Date: Thu, 3 Sep 2015 13:40:10 -0700 Subject: Fix instrumentation on connected tests JaCoCo was not setting its output file correctly and it ended up being attempted to be written to the root directory which didn't work. This is a temporary fix until an updated test runner comes out. --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/build.gradle') diff --git a/app/build.gradle b/app/build.gradle index e02e5bd..4200181 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -44,7 +44,7 @@ android { } testApplicationId "org.connectbot.tests" - testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" + testInstrumentationRunner "org.connectbot.FixJacocoTestRunner" } signingConfigs { -- cgit v1.2.3