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.
This commit is contained in:
Gavin Andresen 2015-03-05 11:49:06 -05:00
parent 84a05b843b
commit 69866436be
No known key found for this signature in database
GPG Key ID: 7588242FBE38D3A8
1 changed files with 1 additions and 0 deletions

View File

@ -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