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 0bb797f commit 63b7264Copy full SHA for 63b7264
spec/spec_helper_acceptance.rb
@@ -63,7 +63,7 @@ def solaris_agents
63
on(host, '/usr/sbin/svcadm restart /system/ca-certificates')
64
timeout = 60
65
counter = 0
66
- while on(host, 'svcs -x ca-certificates').output !~ %r{State: online}
+ until on(host, 'svcs -x ca-certificates').output.include?('State: online')
67
raise 'ca-certificates services failed start up' if counter > timeout
68
sleep 5
69
counter += 5
0 commit comments