aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/androidTest/java/org/connectbot/FixJacocoTestRunner.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix instrumentation on connected testsKenny Root2015-09-031-0/+34
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.