diff options
| author | Russell Yanofsky <[email protected]> | 2019-07-09 14:27:39 -0400 |
|---|---|---|
| committer | Russell Yanofsky <[email protected]> | 2020-05-12 09:47:06 -0400 |
| commit | e2bab2aa162ae38b2bf8195b577c982402fbee9d (patch) | |
| tree | a04487ed34bc3064ac95748eb64bb78f34e741c7 /ci/test/06_script_b.sh | |
| parent | depends: add MULTIPROCESS depends option (diff) | |
| download | discoin-e2bab2aa162ae38b2bf8195b577c982402fbee9d.tar.xz discoin-e2bab2aa162ae38b2bf8195b577c982402fbee9d.zip | |
multiprocess: add multiprocess travis configuration
Diffstat (limited to 'ci/test/06_script_b.sh')
| -rwxr-xr-x | ci/test/06_script_b.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/test/06_script_b.sh b/ci/test/06_script_b.sh index ed720bcd0..51d84ee39 100755 --- a/ci/test/06_script_b.sh +++ b/ci/test/06_script_b.sh @@ -37,7 +37,7 @@ fi if [ "$RUN_FUNCTIONAL_TESTS" = "true" ]; then BEGIN_FOLD functional-tests - DOCKER_EXEC LD_LIBRARY_PATH=$DEPENDS_DIR/$HOST/lib test/functional/test_runner.py --ci $MAKEJOBS --tmpdirprefix "${BASE_SCRATCH_DIR}/test_runner/" --ansi --combinedlogslen=4000 ${TEST_RUNNER_EXTRA} --quiet --failfast + DOCKER_EXEC LD_LIBRARY_PATH=$DEPENDS_DIR/$HOST/lib ${TEST_RUNNER_ENV} test/functional/test_runner.py --ci $MAKEJOBS --tmpdirprefix "${BASE_SCRATCH_DIR}/test_runner/" --ansi --combinedlogslen=4000 ${TEST_RUNNER_EXTRA} --quiet --failfast END_FOLD fi |