Run unit tests in different orders

Set the BOOST_TEST_RANDOM environment variable, to
run unit tests in different orders for each test in the
test matrix that runs tests.
pull/262/head
Gavin Andresen 10 years ago
parent 84a05b843b
commit 69866436be
No known key found for this signature in database
GPG Key ID: 7588242FBE38D3A8

@ -10,6 +10,7 @@ env:
global:
- MAKEJOBS=-j3
- RUN_TESTS=false
- BOOST_TEST_RANDOM=1$TRAVIS_BUILD_ID
- CCACHE_SIZE=100M
- CCACHE_TEMPDIR=/tmp/.ccache-temp
- CCACHE_COMPRESS=1

Loading…
Cancel
Save