Commit ed57e7e5 by Will Daly

Used dependency to ensure that REPORT_DIR exists before cleaning.

This allows the build to pass in Jenkins
parent 9336ffde
......@@ -53,7 +53,7 @@ task :clean_test_files do
sh("git clean -fqdx test_root")
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."
# 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