diff options
author | Lin Jen-Shin <godfat@godfat.org> | 2018-01-23 22:45:14 +0800 |
---|---|---|
committer | Lin Jen-Shin <godfat@godfat.org> | 2018-01-26 19:42:48 +0800 |
commit | df2c47b9ffb65542bb559262758ad952b7ea48a2 (patch) | |
tree | 7d968eedfacc6b05bd6678ab7384c9126c5dab98 /scripts | |
parent | b226df16a03c7acf956431c33d0574f2e9708256 (diff) | |
download | gitlab-ce-df2c47b9ffb65542bb559262758ad952b7ea48a2.tar.gz |
Don't print stdout in case we're just printing warnings
Otherwise it could be confusing
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/static-analysis | 1 |
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 |