From 32889ca41f2542c59dda8bac798c4d9b1968ed04 Mon Sep 17 00:00:00 2001 From: Raul Ochoa Date: Wed, 24 Sep 2014 10:48:36 +0200 Subject: [PATCH] debug env vars for ci environment --- test/run_tests.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/run_tests.sh b/test/run_tests.sh index 0feb5e44..b1d3c693 100755 --- a/test/run_tests.sh +++ b/test/run_tests.sh @@ -4,11 +4,15 @@ export TZ='Europe/Rome' export PGAPPNAME='cartodb_sqlapi_tester' +export + # In case PGUSER env variable does not exist we attempt to use `postgres` if test x"${PGUSER}" = x; then PGUSER=postgres fi +export + OPT_CREATE_PGSQL=yes # create/prepare the postgresql test database OPT_CREATE_REDIS=yes # create/prepare the redis test databases OPT_DROP_PGSQL=yes # drop the postgreql test environment