aboutsummaryrefslogtreecommitdiff
path: root/ci/test/06_script_b.sh
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2019-08-27 15:44:57 -0400
committerMarcoFalke <falke.marco@gmail.com>2019-08-27 15:58:49 -0400
commitfa60583d23653ca02c8071934a35964bd31fcc2b (patch)
tree9bf18821a956260c9828f278d6be5adf522793fe /ci/test/06_script_b.sh
parenta7be1cc92be4946c4f042bccd3a1b007657f3241 (diff)
downloadbitcoin-fa60583d23653ca02c8071934a35964bd31fcc2b.tar.xz
ci: Pass down $MAKEJOBS to test_runner.py
Diffstat (limited to 'ci/test/06_script_b.sh')
-rwxr-xr-xci/test/06_script_b.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/test/06_script_b.sh b/ci/test/06_script_b.sh
index d179ce81c0..37b81cf923 100755
--- a/ci/test/06_script_b.sh
+++ b/ci/test/06_script_b.sh
@@ -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