Lines Matching refs:help
176 help='As in the make command, it specifies the build '
180 help='X=Y make option, can be repeated.',
183 help='Run all KUnit tests through allyesconfig',
188 help='As in the make command, "Specifies the number of '
194 help='maximum number of seconds to allow for all tests '
202 parser.add_argument('--raw_output', help='don\'t format output from kernel',
206 help='Stores test results in a JSON, and either '
217 run_parser = subparser.add_parser('run', help='Runs KUnit tests.')
224 help='Ensures that .config contains all of '
228 build_parser = subparser.add_parser('build', help='Builds a kernel with KUnit tests')
232 exec_parser = subparser.add_parser('exec', help='Run a kernel with KUnit tests')
242 help='Parses KUnit results from a file, '
246 help='Specifies the file to read results from.',