We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e6f7fb commit 8073cd4Copy full SHA for 8073cd4
tool/lib/leakchecker.rb
@@ -112,7 +112,7 @@ def check_fd_leak(test_name)
112
}
113
unless fd_leaked.empty?
114
unless @@try_lsof == false
115
- @@try_lsof |= system(*%W[lsof -a -d #{fd_leaked.minmax.uniq.join("-")} -p #$$], out: Test::Unit::Runner.output)
+ @@try_lsof |= system(*%W[lsof -w -a -d #{fd_leaked.minmax.uniq.join("-")} -p #$$], out: Test::Unit::Runner.output)
116
end
117
118
h.each {|fd, list|
0 commit comments