mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
fuzz: Pass down MAKEJOBS to test_runner
This commit is contained in:
parent
88d8b4e182
commit
3333cb9699
2 changed files with 2 additions and 1 deletions
|
|
@ -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.',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue