From c27b7748630fca02c253690e052de7ab0131e218 Mon Sep 17 00:00:00 2001 From: David Yang Date: Fri, 17 Mar 2017 10:43:02 +0100 Subject: [PATCH] Update run-sonar.sh --- src/main/shell/run-sonar.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/shell/run-sonar.sh b/src/main/shell/run-sonar.sh index a48c66a5..fe8d2d16 100755 --- a/src/main/shell/run-sonar.sh +++ b/src/main/shell/run-sonar.sh @@ -254,7 +254,7 @@ oclint-xcodebuild # Transform the xcodebuild.log file into a compile_command.jso # Unit tests and coverage if [ "$testScheme" = "" ] || [ "$unittests" = "" ]; then - echo 'Skipping tests as no test scheme has been provided!' + echo 'Skipping tests!' # Put default xml files with no tests and no coverage... echo "" > sonar-reports/TEST-report.xml