Home | History | Annotate | Download | only in testrunner

Lines Matching full:help

29 Do runtest --help to see full list of options.
93 help="To view the list of tests")
95 action="store_true", help="Skip build - just launch")
98 help="Number of make jobs to use when building")
101 help="Do not execute, just preview commands")
104 help="Raw mode (for output to other tools)")
107 help="Suite assignment (for details & usage see "
111 help="Increase verbosity of %s" % sys.argv[0])
114 help="Wait for debugger before launching tests")
116 help="Restrict test to a specific class")
118 help="Restrict test to a specific method")
120 help="Restrict test to a specific java package")
122 help="Restrict test to a specific test size")
124 help="Include only those tests tagged with a specific"
127 help="Exclude any tests tagged with a specific"
131 help="Alternate source of user test definitions")
134 help="Generate code coverage metrics for test(s)")
136 help="Run test(s) at given file system path")
139 help="Run all defined tests")
142 help="Run all tests defined as part of the continuous "
145 default=300, help="Set a timeout limit (in sec) for "
148 help="Run all tests defined as part of the "
154 action="store_true", help="use emulator")
156 action="store_true", help="use device")
158 help="use specific serial")