testrunner: Match test runner name for hardware tests.

Change-Id: I9db719e3dde258c026e0e721e0dd58f80378f199
This commit is contained in:
Eino-Ville Talvala
2012-10-05 17:12:42 -07:00
parent 329b760e8e
commit 41ee0fdc33

View File

@@ -295,7 +295,7 @@ See test_defs.xsd for more information.
<test name="cts-hardware" <test name="cts-hardware"
build_path="cts/tests/tests/hardware" build_path="cts/tests/tests/hardware"
package="com.android.cts.hardware" package="com.android.cts.hardware"
runner="android.test.InstrumentationTestRunner" runner="android.test.InstrumentationCtsTestRunner"
coverage_target="framework" coverage_target="framework"
continuous="true" continuous="true"
suite="cts" /> suite="cts" />