File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -181,6 +181,16 @@ jobs:
181181 GOAL="install"
182182 BITCOIN_CONFIG="--enable-fuzz --with-sanitizers=fuzzer,address CC=clang CXX=clang++"
183183
184+ - stage : test
185+ name : ' x86_64 Linux [GOAL: install] [bionic] [multiprocess]'
186+ env : >-
187+ HOST=x86_64-unknown-linux-gnu
188+ PACKAGES="cmake python3"
189+ DEP_OPTS="MULTIPROCESS=1"
190+ GOAL="install"
191+ BITCOIN_CONFIG=""
192+ TEST_RUNNER_ENV="BITCOIND=bitcoin-node"
193+
184194 - stage : test
185195 name : ' x86_64 Linux [GOAL: install] [bionic] [no wallet]'
186196 env : >-
Original file line number Diff line number Diff line change 1616
1717if [ " $RUN_FUNCTIONAL_TESTS " = " true" ]; then
1818 BEGIN_FOLD functional-tests
19- DOCKER_EXEC LD_LIBRARY_PATH=$TRAVIS_BUILD_DIR /depends/$HOST /lib test/functional/test_runner.py --ci --combinedlogslen=4000 ${TEST_RUNNER_EXTRA} --quiet --failfast
19+ DOCKER_EXEC LD_LIBRARY_PATH=$TRAVIS_BUILD_DIR /depends/$HOST /lib ${TEST_RUNNER_ENV} test/functional/test_runner.py --ci --combinedlogslen=4000 ${TEST_RUNNER_EXTRA} --quiet --failfast
2020 END_FOLD
2121fi
2222
You can’t perform that action at this time.
0 commit comments