File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -26,12 +26,16 @@ export RUN_UNIT_TESTS=${RUN_UNIT_TESTS:-true}
26
26
export RUN_FUNCTIONAL_TESTS=${RUN_FUNCTIONAL_TESTS:- true}
27
27
export RUN_FUZZ_TESTS=${RUN_FUZZ_TESTS:- false}
28
28
export DOCKER_NAME_TAG=${DOCKER_NAME_TAG:- ubuntu: 18.04}
29
- export BOOST_TEST_RANDOM=${BOOST_TEST_RANDOM:- 1$TRAVIS_BUILD_ID }
29
+ # Randomize test order.
30
+ # See https://www.boost.org/doc/libs/1_71_0/libs/test/doc/html/boost_test/utf_reference/rt_param_reference/random.html
31
+ export BOOST_TEST_RANDOM=${BOOST_TEST_RANDOM:- 1}
30
32
export CCACHE_SIZE=${CCACHE_SIZE:- 100M}
31
33
export CCACHE_TEMPDIR=${CCACHE_TEMPDIR:-/ tmp/ .ccache-temp}
32
34
export CCACHE_COMPRESS=${CCACHE_COMPRESS:- 1}
33
35
export CCACHE_DIR=${CCACHE_DIR:- $BASE_SCRATCH_DIR / .ccache}
34
- export BASE_BUILD_DIR=${BASE_BUILD_DIR:- ${TRAVIS_BUILD_DIR:- $BASE_ROOT_DIR } }
36
+ # Folder where the build is done (depends and dist). Can not be changed and is equal to the root of the git repo
37
+ export BASE_BUILD_DIR=${BASE_BUILD_DIR:- $BASE_ROOT_DIR }
38
+ # Folder where the build is done (bin and lib). Can not be changed.
35
39
export BASE_OUTDIR=${BASE_OUTDIR:- $BASE_BUILD_DIR / out/ $HOST }
36
40
export SDK_URL=${SDK_URL:- https:// bitcoincore.org/ depends-sources/ sdks}
37
41
export WINEDEBUG=${WINEDEBUG:- fixme-all}
You can’t perform that action at this time.
0 commit comments