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.
2 parents 8ef7cb0 + d17d73b commit ade591cCopy full SHA for ade591c
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