fuzz: Pass down MAKEJOBS to test_runner

This commit is contained in:
MarcoFalke 2020-05-09 15:55:29 -04:00
parent 88d8b4e182
commit 3333cb9699
No known key found for this signature in database
GPG key ID: CE2B75697E69A548
2 changed files with 2 additions and 1 deletions

View file

@ -38,6 +38,7 @@ def main():
)
parser.add_argument(
'--par',
'-j',
type=int,
default=4,
help='How many targets to merge or execute in parallel.',