Skip to content

Commit dcb896e

Browse files
committed
Shush output from gem build
1 parent 77cc660 commit dcb896e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/acceptance/helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ def system(command)
257257
if ENV["SPRING_DEBUG"]
258258
puts "$ #{command}\n"
259259
else
260-
command = "#{command} > /dev/null"
260+
command = "(#{command}) > /dev/null"
261261
end
262262

263263
Kernel.system(command) or raise "command failed: #{command}"

0 commit comments

Comments
 (0)