Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2018-01-23 17:45:14 +0300
committerLin Jen-Shin <godfat@godfat.org>2018-01-26 14:42:48 +0300
commitdf2c47b9ffb65542bb559262758ad952b7ea48a2 (patch)
tree7d968eedfacc6b05bd6678ab7384c9126c5dab98 /scripts/static-analysis
parentb226df16a03c7acf956431c33d0574f2e9708256 (diff)
Don't print stdout in case we're just printing warnings
Otherwise it could be confusing
Diffstat (limited to 'scripts/static-analysis')
-rwxr-xr-xscripts/static-analysis1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/static-analysis b/scripts/static-analysis
index 392dc784945..8986ad825e1 100755
--- a/scripts/static-analysis
+++ b/scripts/static-analysis
@@ -9,7 +9,6 @@ def emit_warnings(static_analysis)
puts
puts "**** #{result.cmd.join(' ')} had the following warnings:"
puts
- puts result.stdout
puts result.stderr
puts
end