Skip to content

Commit b88a458

Browse files
author
Rafa de la Torre
authored
Merge pull request #520 from CartoDB/allow-tests-on-pgbouncer
Allow tests to be executed against pgbouncer
2 parents dce803d + d3e31a9 commit b88a458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/prepare_db.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ if test x"$PREPARE_PGSQL" = xyes; then
107107
sed "s/:PUBLICPASS/${PUBLICPASS}/" |
108108
sed "s/:TESTUSER/${TESTUSER}/" |
109109
sed "s/:TESTPASS/${TESTPASS}/" |
110-
PGOPTIONS='--client-min-messages=WARNING' psql -q -v ON_ERROR_STOP=1 ${TEST_DB} > /dev/null || exit 1
110+
psql -q -v ON_ERROR_STOP=1 ${TEST_DB} > /dev/null || exit 1
111111
done
112112

113113
fi

0 commit comments

Comments
 (0)