From 0c0770bcd4473f49de772c244019fde21dedcec4 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Thu, 12 Jul 2012 20:16:38 +0200 Subject: [PATCH] Enable psql test now that it doesn't hang anymore --- test/run_tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/run_tests.sh b/test/run_tests.sh index e6829170..e567663b 100755 --- a/test/run_tests.sh +++ b/test/run_tests.sh @@ -36,8 +36,8 @@ echo "Running tests" expresso \ test/unit/redis_pool.test.js \ test/unit/metadata.test.js \ - test/unit/oauth.test.js -#expresso test/unit/psql.test.js # hangs + test/unit/oauth.test.js \ + test/unit/psql.test.js #expresso test/acceptance/app.test.js # fails #expresso test/acceptance/app.auth.test.js # fails