Lines Matching refs:raw_output
50 raw_output: Optional[str]
222 if request.raw_output:
229 if request.raw_output == 'all':
231 elif request.raw_output == 'kunit':
296 '--raw_output': 'kunit',
407 parser.add_argument('--raw_output', help='If set don\'t parse output from kernel. '
409 '--raw_output=all to show everything',
414 'a filename is specified. Does nothing if --raw_output is set.',
449 raw_output=cli_args.raw_output,
495 exec_request = KunitExecRequest(raw_output=cli_args.raw_output,
522 request = KunitParseRequest(raw_output=cli_args.raw_output,