Lines Matching refs:action
1003 parser.add_argument('-t', '--test', action='append', dest='tests', help='name(s) of the test(s)')
1008 global_group.add_argument('--verbose', '-v', action='store_true', dest='verbose')
1009 global_group.add_argument('--dry-run', action='store_true', dest='dry_run')
1010 global_group.add_argument("--skip", action='append', dest="skips", default=[],
1012 global_group.add_argument("--no-skips", dest="ignore_skips", action='store_true', default=False,
1016 action='store_false', dest='build',
1020 action='store_true', dest='build',
1025 global_group.add_argument('--gdb', action='store_true', dest='gdb')
1027 global_group.add_argument('--run-test-option', action='append', dest='run_test_option',
1033 global_group.add_argument('--with-agent', action='append', dest='with_agent',
1035 global_group.add_argument('--runtime-option', action='append', dest='runtime_option',
1043 global_group.add_argument('-a', '--all', action='store_true', dest='run_all',
1050 action='store_true',
1055 var_group.add_argument(flag, action='store_true', dest=variant)