Commit 359e61d0 by Will Daly

Fixed issue with xargs on Mac OS X.

Removed cleaning of reports folders, since this was
interferring with coverage reports generated
sequentially by rake test.
parent ee011597
......@@ -45,12 +45,6 @@ end
directory REPORT_DIR
task :clean_test_files do
# Delete all files in the reports directory, while preserving
# the directory structure.
sh("find #{REPORT_DIR} -type f -print0 | xargs --no-run-if-empty -0 rm")
# Reset the test fixtures
sh("git clean -fqdx test_root")
end
......
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