From 69866436be692497cf7e0aabd93a2becdcdd72f5 Mon Sep 17 00:00:00 2001 From: Gavin Andresen Date: Thu, 5 Mar 2015 11:49:06 -0500 Subject: [PATCH] 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. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) 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