ci: Pass down $MAKEJOBS to test_runner.py

This commit is contained in:
MarcoFalke
2019-08-27 15:44:57 -04:00
parent a7be1cc92b
commit fa60583d23
2 changed files with 5 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ fi
if [ "$RUN_FUNCTIONAL_TESTS" = "true" ]; then
BEGIN_FOLD functional-tests
DOCKER_EXEC test/functional/test_runner.py --ci --ansi --combinedlogslen=4000 ${TEST_RUNNER_EXTRA} --quiet --failfast
DOCKER_EXEC test/functional/test_runner.py --ci $MAKEJOBS --ansi --combinedlogslen=4000 ${TEST_RUNNER_EXTRA} --quiet --failfast
END_FOLD
fi