We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e25a46c commit 97cfe9dCopy full SHA for 97cfe9d
test/setup-parallel
@@ -4,8 +4,8 @@ echo "Setting up parallel databases for RAILS_ENV=${RAILS_ENV}..."
4
5
FAIL=0
6
7
-rm -rf /app/pender/tmp/cache /app/pender/tmp/cache1 /app/pender/tmp/cache2 /app/pender/tmp/cache3
8
-mkdir -p /app/pender/tmp/cache /app/pender/tmp/cache1 /app/pender/tmp/cache2 /app/pender/tmp/cache3
+rm -rf tmp/cache tmp/cache1 tmp/cache2 tmp/cache3
+mkdir -p tmp/cache tmp/cache1 tmp/cache2 tmp/cache3
9
10
bundle exec rake db:create db:migrate &
11
TEST_ENV_NUMBER=1 bundle exec rake db:create db:migrate &
0 commit comments