Skip to content

Commit

Permalink
Run unit tests in different orders
Browse files Browse the repository at this point in the history
Set the BOOST_TEST_RANDOM environment variable, to
run unit tests in different orders for each test in the
test matrix that runs tests.
  • Loading branch information
gavinandresen committed Mar 6, 2015
1 parent 84a05b8 commit 6986643
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6986643

Please sign in to comment.