summaryrefslogtreecommitdiff
path: root/testrunner
diff options
context:
space:
mode:
authorEino-Ville Talvala <etalvala@google.com>2012-10-07 23:40:20 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-10-07 23:40:20 -0700
commitb8a4f1eaa83c13cbff27ff186823a45122c66b01 (patch)
tree60acfb161b358e1be3662f8721e4f19fff0bc984 /testrunner
parent8a26ad1db6eababd114a76b7b4f1492faf6b604e (diff)
parent13e9b646ccd77c327387d4baf8d77dbc6de788de (diff)
am 13e9b646: am c764e04c: am 41ee0fdc: testrunner: Match test runner name for hardware tests.
* commit '13e9b646ccd77c327387d4baf8d77dbc6de788de': testrunner: Match test runner name for hardware tests.
Diffstat (limited to 'testrunner')
-rw-r--r--testrunner/test_defs.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/testrunner/test_defs.xml b/testrunner/test_defs.xml
index 5864b2f96..fa28695c3 100644
--- a/testrunner/test_defs.xml
+++ b/testrunner/test_defs.xml
@@ -295,7 +295,7 @@ See test_defs.xsd for more information.
<test name="cts-hardware"
build_path="cts/tests/tests/hardware"
package="com.android.cts.hardware"
- runner="android.test.InstrumentationTestRunner"
+ runner="android.test.InstrumentationCtsTestRunner"
coverage_target="framework"
continuous="true"
suite="cts" />