We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5883a4f commit ab598cfCopy full SHA for ab598cf
spec/support/acceptance/purge.rb
@@ -10,5 +10,5 @@ def purge_foreman
10
11
apache_service_name = ['debian', 'ubuntu'].include?(os[:family]) ? 'apache2' : 'httpd'
12
on default, "systemctl stop #{apache_service_name} dynflow-sidekiq@* foreman foreman-proxy", { :acceptable_exit_codes => [0, 5] }
13
- on default, 'runuser - postgres -c "dropdb foreman"', { :acceptable_exit_codes => [0, 1, 127] }
+ on default, 'runuser - postgres -c "dropdb --force foreman"', { :acceptable_exit_codes => [0, 1, 127] }
14
end
0 commit comments