Commit 582b35a9 by Will Daly

Merge pull request #80 from edx/will/fix-rake-test

Will/fix rake test
parents 56385cdf 359e61d0
......@@ -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