Browse Source

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.
0.13
Gavin Andresen 10 years ago
parent
commit
69866436be
No known key found for this signature in database
GPG Key ID: 7588242FBE38D3A8
  1. 1
      .travis.yml

1
.travis.yml

@ -10,6 +10,7 @@ env: @@ -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

Loading…
Cancel
Save