Changeset e85a72b8
- Timestamp:
- Oct 12, 2023, 5:57:48 PM (14 months ago)
- Branches:
- master
- Children:
- 0bf0b97
- Parents:
- 80f8703
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/test.py
r80f8703 re85a72b8 125 125 parser.add_argument('--archive-errors', help='If called with a valid path, on test crashes the test script will copy the core dump and the executable to the specified path.', type=str, default='') 126 126 parser.add_argument('-j', '--jobs', help='Number of tests to run simultaneously, 0 (default) for unlimited', nargs='?', const=0, type=int) 127 parser.add_argument('--list-comp', help='List all valid earguments', action='store_true')127 parser.add_argument('--list-comp', help='List all valid arguments', action='store_true') 128 128 parser.add_argument('--list-dist', help='List all tests for distribution', action='store_true') 129 129 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.