summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Ma <alanma@google.com>2018-06-06 23:36:54 -0700
committerAlan Ma <alanma@google.com>2018-06-06 23:36:54 -0700
commita4b4885d2c9621428095ee5db38fe402d1697a56 (patch)
tree95d72cde62556a1104d209d392d4dc2a8f21163d
parentc91ea8352a1fb47179a17b247804f9cce01700c4 (diff)
downloadsuite_harness-a4b4885d2c9621428095ee5db38fe402d1697a56.tar.gz
Fix CtsAccessibilityServiceTestCases in cts-instant
There was a typo in ag/4272355 which makes the cts-instant.xml config to have parsing error when running as a whole. bug: 79489186 Test: cts-instant-tradefed run cts-instant -m CtsAccessiblityServiceTestCases Change-Id: Iaf7312f0e95decf4b7e7b13ae9681e8a055f2b4c
-rw-r--r--tools/cts-tradefed/res/config/cts-instant.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cts-tradefed/res/config/cts-instant.xml b/tools/cts-tradefed/res/config/cts-instant.xml
index dc0e75f8..90f9dd18 100644
--- a/tools/cts-tradefed/res/config/cts-instant.xml
+++ b/tools/cts-tradefed/res/config/cts-instant.xml
@@ -48,7 +48,7 @@
<option name="compatibility:include-filter" value="CtsAccessibilityTestCases" />
<!-- CtsAccessibilityServiceTestCases -->
- <option name="compatibility:module-arg" value="CtsAccessibilityServiceTestCases:install-mode:true" />
+ <option name="compatibility:module-arg" value="CtsAccessibilityServiceTestCases:instant-mode:true" />
<option name="compatibility:include-filter" value="CtsAccessibilityServiceTestCases" />
<!-- CtsAnimationTestCases -->