Skip to content
Snippets Groups Projects
Commit 35d2610e authored by Mike McQuaid's avatar Mike McQuaid Committed by GitHub
Browse files

Merge pull request #1610 from MikeMcQuaid/fs_leak_logger_mkpath

fs_leak_logger: use more permissive mkpath.
parents 42128b38 c560c472
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ module Test
def self.included(klass)
require "find"
logdir = HOMEBREW_LIBRARY_PATH.join("tmp")
logdir.mkdir unless logdir.directory?
logdir.mkpath
@@log = File.open(logdir.join("fs_leak.log"), "w")
klass.make_my_diffs_pretty!
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment