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 6626f08 commit d17d73bCopy full SHA for d17d73b
test/integration/aws-codedeploy-agent/serverspec/default_spec.rb
@@ -6,6 +6,6 @@
6
it { should be_enabled }
7
end
8
9
-describe command('ps -ax | grep "codedeploy-agent: InstanceAgent"') do
+describe command('ps -ax | grep "codedeploy-agent: InstanceAgent" | grep -v grep') do
10
its(:stdout) { should match /codedeploy-agent: InstanceAgent/ }
11
0 commit comments