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
2 changed files with 2 additions and 1 deletions

View File

@@ -43,6 +43,6 @@ fi
if [ "$RUN_FUZZ_TESTS" = "true" ]; then
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
fi