From d2470685cd7503b1037898c2e238895faa358a7e Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Thu, 8 Oct 2015 15:32:32 +1100 Subject: [PATCH] clearing tmp cache with rake --- script/ci/run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/ci/run_tests.sh b/script/ci/run_tests.sh index 34d2472236..46c4d31ad8 100755 --- a/script/ci/run_tests.sh +++ b/script/ci/run_tests.sh @@ -18,7 +18,7 @@ bundle exec rake db:drop db:create db:schema:load bundle exec rake parallel:drop parallel:create parallel:load_schema echo "--- Emptying cache" -rm tmp/cache/ -rf +bundle exec rake tmp:clear echo "--- Running tests" bundle exec rake parallel:spec