Skip to content

Commit 3333cb9

Browse files
author
MarcoFalke
committed
fuzz: Pass down MAKEJOBS to test_runner
1 parent 88d8b4e commit 3333cb9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ci/test/06_script_b.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ fi
4343

4444
if [ "$RUN_FUZZ_TESTS" = "true" ]; then
4545
BEGIN_FOLD fuzz-tests
46-
DOCKER_EXEC test/fuzz/test_runner.py ${FUZZ_TESTS_CONFIG} -l DEBUG ${DIR_FUZZ_IN}
46+
DOCKER_EXEC test/fuzz/test_runner.py ${FUZZ_TESTS_CONFIG} $MAKEJOBS -l DEBUG ${DIR_FUZZ_IN}
4747
END_FOLD
4848
fi

test/fuzz/test_runner.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ def main():
3838
)
3939
parser.add_argument(
4040
'--par',
41+
'-j',
4142
type=int,
4243
default=4,
4344
help='How many targets to merge or execute in parallel.',

0 commit comments

Comments
 (0)