Lines Matching refs:command
103 slashes. The test names emitted by this command can be fed
104 into the run command.
112 with this command: tests.py list arm/*/fs""")
148 Available tests can be listed using the 'list' sub-command
153 formats. See the help for the show command for more details
216 command is typically used with the output from a single test
237 can be reformatted using this command. It's typically used
238 with the show command to merge multiple test results into one
320 The list sub-command (e.g., "test.py list arm/quick") produces
321 a list of tests tuples that can be used by the run command
325 The run command supports several output formats. One of them,
327 re-formatted using the show command (e.g., "tests.py show
338 subparsers = parser.add_subparsers(dest="command")
344 impl, cmd_parser = _commands[args.command]