diff options
author | Daniel Schwarz <daniel.schwarz@sonarsource.com> | 2017-07-28 10:52:45 +0200 |
---|---|---|
committer | Daniel Schwarz <bartfastiel@users.noreply.github.com> | 2017-08-09 15:09:54 +0200 |
commit | 4a0af974b74e68159b9304752b5832487bf58cf8 (patch) | |
tree | f157971bf3722e28c635993ed9622f4d041e8c99 /travis.sh | |
parent | d51a060fe56d7a9c9ed9f1d3544228a445a92e25 (diff) | |
download | sonarqube-4a0af974b74e68159b9304752b5832487bf58cf8.tar.gz sonarqube-4a0af974b74e68159b9304752b5832487bf58cf8.zip |
SONAR-8798 reduce Elasticsearch log level to "WARN" for unit tests
Diffstat (limited to 'travis.sh')
-rwxr-xr-x | travis.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/travis.sh b/travis.sh index 0cc60cad32c..70f6b1e2cec 100755 --- a/travis.sh +++ b/travis.sh @@ -119,7 +119,7 @@ BUILD) # Minimal Maven settings export MAVEN_OPTS="-Xmx1G -Xms128m" - MAVEN_ARGS="-T 1C -Dmaven.test.redirectTestOutputToFile=false -Dsurefire.useFile=false -B -e -V -DbuildVersion=$BUILD_VERSION" + MAVEN_ARGS="-T 1C -Dmaven.test.redirectTestOutputToFile=false -Dsurefire.useFile=false -B -e -V -DbuildVersion=$BUILD_VERSION -Dtests.es.logger.level=WARN" if [ "$TRAVIS_BRANCH" == "master" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ]; then echo 'Build and analyze master' |