Errno::ENOENT: No such file or directory tmp/cache

This commit is contained in:
Karel Picman 2017-07-20 10:49:05 +02:00
parent cf6aee043c
commit 368c2b1e4a

View File

@ -43,7 +43,11 @@ run_tests()
# exit if tests fail
set -e
cd $PATH_TO_REDMINE
cd $PATH_TO_REDMINE
# create tmp/cache folder (required for Rails 3)
# https://github.com/rails/rails/issues/5376
bundle exec rake tmp:create
# Run tests within application
bundle exec rake redmine:plugins:test:units NAME=redmine_dmsf