]> source.dussan.org Git - sonarqube.git/commitdiff
Fix log output on Travis
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Thu, 11 Feb 2016 10:22:45 +0000 (11:22 +0100)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Thu, 11 Feb 2016 10:22:45 +0000 (11:22 +0100)
travis.sh

index e670bc14f9516ccd975890015e43778d923f428a..1ed83c0875f3081828f2b75e2268a1c1f2dfce1b 100755 (executable)
--- a/travis.sh
+++ b/travis.sh
@@ -67,7 +67,7 @@ WEB)
 IT)
   start_xvfb
   ./quick-build.sh
-  ./run-integration-tests.sh "$IT_CATEGORY" ""
+  ./run-integration-tests.sh "$IT_CATEGORY" "" -Dmaven.test.redirectTestOutputToFile=false
   ;;
 
 *)