Skip to content

Commit 538d985

Browse files
author
Sandro Santilli
committed
Reuse the same log file for both redis and db preparator
1 parent 1462c3e commit 538d985

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/run_tests.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ die() {
2424
trap 'cleanup_and_exit' 1 2 3 5 9 13
2525

2626
echo "Starting redis on port ${REDIS_PORT}"
27-
echo "port ${REDIS_PORT}" | redis-server - > test.log &
27+
echo "port ${REDIS_PORT}" | redis-server - > test/test.log &
2828
PID_REDIS=$!
2929

3030
echo "Preparing the environment"
@@ -39,8 +39,8 @@ expresso \
3939
test/unit/oauth.test.js \
4040
test/unit/psql.test.js
4141

42-
#expresso test/acceptance/app.test.js # fails
43-
#expresso test/acceptance/app.auth.test.js # fails
42+
#expresso test/acceptance/app.test.js # hangs
43+
#expresso test/acceptance/app.auth.test.js # hangs
4444

4545

4646
cleanup

0 commit comments

Comments
 (0)