Home | History | Annotate | Download | only in libregrtest

Lines Matching refs:action

148     group.add_argument('-h', '--help', action='help',
154 group.add_argument('--wait', action='store_true',
163 group.add_argument('-v', '--verbose', action='count',
165 group.add_argument('-w', '--verbose2', action='store_true',
167 group.add_argument('-W', '--verbose3', action='store_true',
169 group.add_argument('-q', '--quiet', action='store_true',
171 group.add_argument('-o', '--slowest', action='store_true', dest='print_slow',
173 group.add_argument('--header', action='store_true',
177 group.add_argument('-r', '--randomize', action='store_true',
186 group.add_argument('-x', '--exclude', action='store_true',
188 group.add_argument('-s', '--single', action='store_true',
194 group.add_argument('-G', '--failfast', action='store_true',
197 action='append', type=resources_list,
209 group.add_argument('-l', '--findleaks', action='store_true',
211 group.add_argument('-L', '--runleaks', action='store_true',
221 group.add_argument('-T', '--coverage', action='store_true',
229 action='store_const', const=None, dest='coverdir',
234 group.add_argument('-n', '--nowindows', action='store_true',
236 group.add_argument('-F', '--forever', action='store_true',
239 group.add_argument('--list-tests', action='store_true',
242 group.add_argument('-P', '--pgo', dest='pgo', action='store_true',