From 7e2156b8227acbf459097c871c2f7d849af3ca94 Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Tue, 8 Mar 2016 15:42:06 -0800 Subject: get timestamps on the start as well --- spec/integration/solo/solo_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/integration/solo/solo_spec.rb b/spec/integration/solo/solo_spec.rb index 31e9d18e10..6a6501e1e0 100644 --- a/spec/integration/solo/solo_spec.rb +++ b/spec/integration/solo/solo_spec.rb @@ -28,7 +28,7 @@ describe "chef-solo" do 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) + result = shell_out("strace -ttfT #{chef_solo} -c \"#{path_to('config/solo.rb')}\" -o 'x::default' -l debug", :cwd => chef_dir) puts result.stderr result.error! expect(result.stdout).to include("ITWORKS") -- cgit v1.2.1