From f238113158bdf0a7c187bd68f8a66b5724c715ef Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Wed, 21 Sep 2016 16:41:33 -0700 Subject: revert some debugging Signed-off-by: Lamont Granquist --- spec/integration/solo/solo_spec.rb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/spec/integration/solo/solo_spec.rb b/spec/integration/solo/solo_spec.rb index 9e738b6361..e4228a7559 100644 --- a/spec/integration/solo/solo_spec.rb +++ b/spec/integration/solo/solo_spec.rb @@ -112,7 +112,7 @@ EOM file "cookbooks/x/recipes/default.rb", < chef_dir) - puts "before waitpid1" Process.waitpid(s1) - puts "after waitpid1" end # Instantiate the second chef-solo run threads << Thread.new do s2 = Process.spawn("#{chef_solo} -c \"#{path_to('config/solo.rb')}\" -o 'x::default' -l debug -L #{path_to('logs/runs.log')}", :chdir => chef_dir) - puts "before waitpid2" Process.waitpid(s2) - puts "after waitpid2" end threads.each(&:join) -- cgit v1.2.1