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 72697d5 commit 628b6aeCopy full SHA for 628b6ae
libraries/helpers.rb
@@ -229,7 +229,7 @@ def wait_for_init
229
kill `cat #{pid_file}`
230
while [ -f #{pid_file} ] ; do sleep 1 ; done
231
rm -rf /tmp/#{mysql_name}
232
- EOS
+EOS
233
cmd = '' if v57plus
234
cmd
235
end
test/cookbooks/test/recipes/smoke.rb
@@ -88,7 +88,7 @@
88
--hex-blob \
89
--master-data=2 \
90
-A \ > /root/dump.sql;
91
- EOF
+EOF
92
not_if { ::File.exist?('/root/dump.sql') }
93
action :run
94
0 commit comments