Commit af05d05c by Will Daly Committed by Jean Manuel Nater

Used dependency to ensure that REPORT_DIR exists before cleaning.

This allows the build to pass in Jenkins
parent 7e6722c5
...@@ -53,7 +53,7 @@ task :clean_test_files do ...@@ -53,7 +53,7 @@ task :clean_test_files do
sh("git clean -fqdx test_root") sh("git clean -fqdx test_root")
end end
task :clean_reports_dir do task :clean_reports_dir => REPORT_DIR do
desc "Clean coverage files, to ensure that we don't use stale data to generate reports." desc "Clean coverage files, to ensure that we don't use stale data to generate reports."
# We delete the files but preserve the directory structure # We delete the files but preserve the directory structure
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment