summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2016-03-08 15:42:06 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2016-03-08 15:42:06 -0800
commit7e2156b8227acbf459097c871c2f7d849af3ca94 (patch)
tree4258b042c8ea4c08e6825af9d1b9fefd252b4c40
parentabdaf1c79da3b19024c0e04c99abf43c6b6ffe57 (diff)
downloadchef-lcg/strace.tar.gz
get timestamps on the start as welllcg/strace
-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 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")