Changeset cac8a6e for src/tests/test.py
- Timestamp:
- May 22, 2018, 11:08:22 AM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, with_gc
- Children:
- 639991a
- Parents:
- 4a333d35 (diff), 2f0a0678 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
src/tests/test.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/tests/test.py
r4a333d35 rcac8a6e 96 96 parser.add_argument('--all', help='Run all test available', action='store_true') 97 97 parser.add_argument('--regenerate-expected', help='Regenerate the .expect by running the specified tets, can be used with --all option', action='store_true') 98 parser.add_argument('-j', '--jobs', help='Number of tests to run simultaneously', type=int , default='8')98 parser.add_argument('-j', '--jobs', help='Number of tests to run simultaneously', type=int) 99 99 parser.add_argument('--list-comp', help='List all valide arguments', action='store_true') 100 100 parser.add_argument('-I','--include', help='Directory of test to include, can be used multiple time, All if omitted', action='append')
Note:
See TracChangeset
for help on using the changeset viewer.