# File lib/deep_test/test/work_unit.rb, line 30 30: def run_without_deadlock_protection 31: result = WorkResult.new(@test_case.name) 32: output = capture_stdout do 33: @test_case.run(result) {|channel,event|} 34: end 35: result.output = output 36: result 37: end