mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-22 23:07:59 +01: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
|
@ -43,6 +43,6 @@ fi
|
||||||
|
|
||||||
if [ "$RUN_FUZZ_TESTS" = "true" ]; then
|
if [ "$RUN_FUZZ_TESTS" = "true" ]; then
|
||||||
BEGIN_FOLD fuzz-tests
|
BEGIN_FOLD fuzz-tests
|
||||||
DOCKER_EXEC test/fuzz/test_runner.py ${FUZZ_TESTS_CONFIG} -l DEBUG ${DIR_FUZZ_IN}
|
DOCKER_EXEC test/fuzz/test_runner.py ${FUZZ_TESTS_CONFIG} $MAKEJOBS -l DEBUG ${DIR_FUZZ_IN}
|
||||||
END_FOLD
|
END_FOLD
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -38,6 +38,7 @@ def main():
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'--par',
|
'--par',
|
||||||
|
'-j',
|
||||||
type=int,
|
type=int,
|
||||||
default=4,
|
default=4,
|
||||||
help='How many targets to merge or execute in parallel.',
|
help='How many targets to merge or execute in parallel.',
|
||||||
|
|
Loading…
Add table
Reference in a new issue