diff options
| author | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2016-07-05 16:21:54 +0200 |
|---|---|---|
| committer | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2016-07-05 16:21:54 +0200 |
| commit | aca15d5950fe99044e815ff2a48a1e563c073fa0 (patch) | |
| tree | fa659e3070d69f041081e95f8e186c38b6c4682d | |
| parent | 6e44654fc4d5b4d6079461dc91b2db64967311d4 (diff) | |
| download | rabbitmq-server-git-aca15d5950fe99044e815ff2a48a1e563c073fa0.tar.gz | |
Travis CI: Turn off error_logger messages
Hopefully the testsuite should be quiet enough now.
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 552de65fc6..9a643f977c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,7 @@ before_script: git fetch upstream master:master || : script: - - if test "${GROUP}" = '1'; then make tests CT_OPTS+='-verbosity 50'; fi + - if test "${GROUP}" = '1'; then make tests CT_OPTS+='-verbosity 50 -erl_args -kernel error_logger silent'; fi - if test "${GROUP}" = '2'; then sh ./scripts/travis_test_ocf_ra.sh; fi cache: |
