contrib/python3-ratchet.py
changeset 43554 9f70512ae2cf
parent 43076 2372284d9457
child 45957 89a2afe31e82
equal deleted inserted replaced
43553:47fac1692ede 43554:9f70512ae2cf
    58         '--commit-to-repo',
    58         '--commit-to-repo',
    59         help='If set, commit newly fixed tests to the given repo',
    59         help='If set, commit newly fixed tests to the given repo',
    60     )
    60     )
    61     p.add_argument(
    61     p.add_argument(
    62         '-j',
    62         '-j',
    63         default=os.sysconf(r'SC_NPROCESSORS_ONLN'),
    63         default=os.sysconf('SC_NPROCESSORS_ONLN'),
    64         type=int,
    64         type=int,
    65         help='Number of parallel tests to run.',
    65         help='Number of parallel tests to run.',
    66     )
    66     )
    67     p.add_argument(
    67     p.add_argument(
    68         '--python3',
    68         '--python3',