Skip to content

Commit 97cfe9d

Browse files
dmouvasconsaurus
authored andcommitted
test relative paths in cache files
1 parent e25a46c commit 97cfe9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/setup-parallel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ echo "Setting up parallel databases for RAILS_ENV=${RAILS_ENV}..."
44

55
FAIL=0
66

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
7+
rm -rf tmp/cache tmp/cache1 tmp/cache2 tmp/cache3
8+
mkdir -p tmp/cache tmp/cache1 tmp/cache2 tmp/cache3
99

1010
bundle exec rake db:create db:migrate &
1111
TEST_ENV_NUMBER=1 bundle exec rake db:create db:migrate &

0 commit comments

Comments
 (0)