We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 001f3ae commit 70ce3f1Copy full SHA for 70ce3f1
spec/spec_helper_acceptance.rb
@@ -86,7 +86,7 @@ def psql(psql_cmd, user = 'postgres', exit_codes = [0,1], &block)
86
}
87
EOS
88
89
- apply_manifest_on(agents, pp, :catch_failures => true)
+ apply_manifest_on(agents, pp, :catch_failures => false)
90
end
91
92
hosts.each do |host|
0 commit comments