OSDN Git Service

Replace runtest --cts option with more generic --suite option.
authorBrett Chabot <brettchabot@android.com>
Fri, 19 Feb 2010 04:01:11 +0000 (20:01 -0800)
committerBrett Chabot <brettchabot@android.com>
Fri, 19 Feb 2010 17:42:17 +0000 (09:42 -0800)
commit4a5d9f1ba755394e0e2547210c3b99b6e1b935cc
treeabd6c8324f9bd5e96c2ca43c9db287f212de96d8
parent0459299ce38b5d0e457d2f765409353d7889282b
Replace runtest --cts option with more generic --suite option.

This will allow you to run a the set of test_defs with attribute suite="foo"
like this:
  runtest --suite foo

Bug 2401250
testrunner/runtest.py
testrunner/test_defs.xml
testrunner/test_defs.xsd
testrunner/test_defs/test_defs.py
testrunner/test_defs/test_suite.py
testrunner/test_defs/test_walker.py
testrunner/test_defs/xml_suite_helper.py