From: Martin Quinson Date: Mon, 5 Dec 2016 19:58:48 +0000 (+0100) Subject: try to fix a shell syntax error, bummer X-Git-Tag: v3_14~111 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/616cff5a0c4959f3f8a64205848dfa5fda6e62ee?ds=sidebyside try to fix a shell syntax error, bummer --- diff --git a/tools/internal/travis-sonarqube.sh b/tools/internal/travis-sonarqube.sh index 360d7c45c6..a0850917c8 100755 --- a/tools/internal/travis-sonarqube.sh +++ b/tools/internal/travis-sonarqube.sh @@ -38,5 +38,6 @@ installBuildWrapper # and finally execute the actual SonarQube analysis (the SONAR_TOKEN is set from the travis web interface, to not expose it) # See https://docs.travis-ci.com/user/sonarqube/ for more info on tokens -set +x # don't show the token in the logs +# don't show the token in the logs +set +x sonar-scanner -Dsonar.host.url=https://sonarqube.com -Dsonar.login=$SONAR_TOKEN