summaryrefslogtreecommitdiff
path: root/test/support/tapicero_process.rb
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2014-12-14 18:56:14 -0800
committerelijah <elijah@riseup.net>2014-12-14 18:56:14 -0800
commit97c460cd1133c18fd82a649253db755a38bea0ed (patch)
treee06e7c7faef7ce9e327f2b3031122bd47df5a241 /test/support/tapicero_process.rb
parent92db2c6e6210a860a4de4baf8033428fbe72b7cc (diff)
try to create the db many times until it exists
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)