Move more test support things under test/support

This commit is contained in:
Sandro Santilli 2012-07-06 12:54:48 +02:00
parent 85b71770e6
commit 4ed297d40f
4 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ echo "port ${REDIS_PORT}" | redis-server - > test.log &
PID_REDIS=$!
echo "Preparing the database"
cd test; sh prepare_db.sh >> test.log || die "database preparation failure (see test.log)"; cd -;
cd test/support; sh prepare_db.sh >> test.log || die "database preparation failure (see test.log)"; cd -;
PATH=node_modules/.bin/:$PATH