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 1462c3e commit 538d985Copy full SHA for 538d985
test/run_tests.sh
@@ -24,7 +24,7 @@ die() {
24
trap 'cleanup_and_exit' 1 2 3 5 9 13
25
26
echo "Starting redis on port ${REDIS_PORT}"
27
-echo "port ${REDIS_PORT}" | redis-server - > test.log &
+echo "port ${REDIS_PORT}" | redis-server - > test/test.log &
28
PID_REDIS=$!
29
30
echo "Preparing the environment"
@@ -39,8 +39,8 @@ expresso \
39
test/unit/oauth.test.js \
40
test/unit/psql.test.js
41
42
-#expresso test/acceptance/app.test.js # fails
43
-#expresso test/acceptance/app.auth.test.js # fails
+#expresso test/acceptance/app.test.js # hangs
+#expresso test/acceptance/app.auth.test.js # hangs
44
45
46
cleanup
0 commit comments