aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorGavin Andresen <gavinandresen@gmail.com>2015-03-05 11:49:06 -0500
committerGavin Andresen <gavinandresen@gmail.com>2015-03-06 12:15:08 -0500
commit69866436be692497cf7e0aabd93a2becdcdd72f5 (patch)
tree5ca1af8132c8d0dcde0289614013f52e8285c7c5 /.travis.yml
parent84a05b843b8ab704266289de67c9779ad733a196 (diff)
downloadbitcoin-69866436be692497cf7e0aabd93a2becdcdd72f5.tar.xz
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.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
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