Commit df2c47b9 authored by Lin Jen-Shin's avatar Lin Jen-Shin

Don't print stdout in case we're just printing warnings

Otherwise it could be confusing
parent b226df16
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment