Lines Matching refs:args
153 args = [
160 args.extend(["--tests-regex", test_suite])
161 subprocess.check_call(args)
240 args = parser.parse_args() variable
242 if args.update_image:
245 if args.build_options:
246 options_to_build = args.build_options
248 if 'build' in args.actions:
249 if 'test' in args.actions:
259 build_tests(options_name, build_type, args.clean)
262 run_tests(options_name, args.test_suite)
266 if args.report: