diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2015-03-05 11:49:06 -0500 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2015-03-06 12:15:08 -0500 |
commit | 69866436be692497cf7e0aabd93a2becdcdd72f5 (patch) | |
tree | 5ca1af8132c8d0dcde0289614013f52e8285c7c5 | |
parent | 84a05b843b8ab704266289de67c9779ad733a196 (diff) |
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.
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index e08e78dabf..9c18729b42 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 |