aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGavin Andresen <[email protected]>2015-03-05 11:49:06 -0500
committerGavin Andresen <[email protected]>2015-03-06 12:15:08 -0500
commit69866436be692497cf7e0aabd93a2becdcdd72f5 (patch)
tree5ca1af8132c8d0dcde0289614013f52e8285c7c5
parentQT: remove unused parameter (diff)
downloaddiscoin-69866436be692497cf7e0aabd93a2becdcdd72f5.tar.xz
discoin-69866436be692497cf7e0aabd93a2becdcdd72f5.zip
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.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index e08e78dab..9c18729b4 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