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 0c16082 commit 557620dCopy full SHA for 557620d
spec/spec_helper_acceptance.rb
@@ -52,7 +52,7 @@
52
on(host, '/usr/sbin/svcadm restart /system/ca-certificates')
53
timeout = 60
54
counter = 0
55
- while on(host, 'svcs -x ca-certificates').output !~ %r{State: online}
+ until on(host, 'svcs -x ca-certificates').output.include?('State: online')
56
raise 'ca-certificates services failed start up' if counter > timeout
57
sleep 5
58
counter += 5
0 commit comments