summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2016-03-08 14:19:07 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2016-03-08 14:19:07 -0800
commitabdaf1c79da3b19024c0e04c99abf43c6b6ffe57 (patch)
tree57a24bb6c095f828ddeeca050a873aec04d8231e
parent6f13d8b6ef28838be6fe3cfa4ae92a4b94836a50 (diff)
downloadchef-abdaf1c79da3b19024c0e04c99abf43c6b6ffe57.tar.gz
need stderr
-rw-r--r--spec/integration/solo/solo_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/integration/solo/solo_spec.rb b/spec/integration/solo/solo_spec.rb
index 68d26e3da2..31e9d18e10 100644
--- a/spec/integration/solo/solo_spec.rb
+++ b/spec/integration/solo/solo_spec.rb
@@ -29,7 +29,7 @@ cookbook_path "#{path_to('cookbooks')}"
file_cache_path "#{path_to('config/cache')}"
EOM
result = shell_out("strace -fT #{chef_solo} -c \"#{path_to('config/solo.rb')}\" -o 'x::default' -l debug", :cwd => chef_dir)
- puts result.stdout
+ puts result.stderr
result.error!
expect(result.stdout).to include("ITWORKS")
end