Skip to content

Commit

Permalink
Ensure a log/ dir always exists
Browse files Browse the repository at this point in the history
Since ManageIQ/manageiq#17663,
there is no manageiq/log directory by default.
  • Loading branch information
cben committed Aug 21, 2018
1 parent 3788d12 commit 1cd27e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/setup
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,8 @@ unless gem_root.join("spec/manageiq").exist?
system "git clone https://github.com/ManageIQ/manageiq.git --branch master --depth 1 spec/manageiq"
end

# ensure a log dir always exists
system "mkdir -p spec/manageiq/log"

require gem_root.join("spec/manageiq/lib/manageiq/environment").to_s
ManageIQ::Environment.manageiq_plugin_setup(gem_root)

0 comments on commit 1cd27e1

Please sign in to comment.