mirror of
https://github.com/saymrwulf/pulp-runtime.git
synced 2026-07-21 19:18:58 +00:00
bwruntests: Add version switch
This commit is contained in:
parent
504517a5f2
commit
c572069dd8
1 changed files with 2 additions and 0 deletions
|
|
@ -48,6 +48,8 @@ runtest.version = '0.2'
|
|||
|
||||
runtest.add_argument('test_file', type=str,
|
||||
help='file defining tests to be run')
|
||||
runtest.add_argument('--version', action='version',
|
||||
version='%(prog)s ' + runtest.version)
|
||||
runtest.add_argument('-p', '--max-procs', type=int,
|
||||
default=multiprocessing.cpu_count(),
|
||||
help="""Number of parallel
|
||||
|
|
|
|||
Loading…
Reference in a new issue