summaryrefslogtreecommitdiff
path: root/test/support/tapicero_process.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/support/tapicero_process.rb')
-rw-r--r--test/support/tapicero_process.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/support/tapicero_process.rb b/test/support/tapicero_process.rb
index fdfb37d..ab246dd 100644
--- a/test/support/tapicero_process.rb
+++ b/test/support/tapicero_process.rb
@@ -24,7 +24,7 @@ module TapiceroProcess
puts "bin/tapicero run -- '#{config_path}'"
exec "bin/tapicero run -- '#{config_path}'"
else
- exec "bin/tapicero run -- '#{config_path}' > /dev/null 2>&1"
+ exec "bin/tapicero run -- '#{config_path}' > /dev/null | grep -v ^tapicero:"
end
end
Process.detach(other_process)