Skip to content
This repository has been archived by the owner on Aug 24, 2019. It is now read-only.

Commit

Permalink
Update run-sonar.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
davidy4ng authored Mar 17, 2017
1 parent 17b311c commit c27b774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/shell/run-sonar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 "<?xml version='1.0' encoding='UTF-8' standalone='yes'?><testsuites name='AllTestUnits'></testsuites>" > sonar-reports/TEST-report.xml
Expand Down

0 comments on commit c27b774

Please sign in to comment.