diff --git a/test/setup-parallel b/test/setup-parallel index 683f77a0..edd0c4e9 100755 --- a/test/setup-parallel +++ b/test/setup-parallel @@ -6,6 +6,7 @@ FAIL=0 rm -rf /app/pender/tmp/cache /app/pender/tmp/cache1 /app/pender/tmp/cache2 /app/pender/tmp/cache3 mkdir -p /app/pender/tmp/cache /app/pender/tmp/cache1 /app/pender/tmp/cache2 /app/pender/tmp/cache3 +chmod 0664 /app/pender/log bundle exec rake db:create db:migrate & TEST_ENV_NUMBER=1 bundle exec rake db:create db:migrate &