| commit | 32464e893c8d40b4656cba92461473d4f3919242 | [log] [tgz] |
|---|---|---|
| author | Norman Cheung <normancheung@google.com> | Thu Feb 17 00:46:55 2022 +0000 |
| committer | Norman Cheung <normancheung@google.com> | Wed Mar 30 23:49:37 2022 +0000 |
| tree | fe2b20330c894658770ee37bdbeb4acf3fba1c31 | |
| parent | d867db04a70866f2b85595f8cdecf3bab5c31a01 [diff] |
Change cts-developer to only include cts-common, using cts will take in its exclusions as well. Change-Id: Ieb7ec05ba2b6a7dac27cd86a68203f3955bbe364 (cherry picked from commit 2d86c222b04fe9877ad0a845bfd37a0443bff4d7)
diff --git a/tools/cts-tradefed/res/config/cts-developer.xml b/tools/cts-tradefed/res/config/cts-developer.xml index a74c1a8..62c39d8 100644 --- a/tools/cts-tradefed/res/config/cts-developer.xml +++ b/tools/cts-tradefed/res/config/cts-developer.xml
@@ -16,7 +16,7 @@ --> <configuration description="Runs the CTS developer added tests"> - <include name="cts" /> + <include name="cts-common" /> <option name="plan" value="cts-developer" />