diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-07-23 21:46:25 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-07-23 21:46:25 +0200 |
commit | b7e84b76f9f8a4c14f5310590c4b8da83b4c5f6c (patch) | |
tree | 7a51805088e83ee4a8f16fc9c59d56fd3afffa22 | |
parent | 516b805eb47ca63ee5ba81875f57e7ca12cfb641 (diff) |
Quieten psql notifications and warnings for dist build tests
-rw-r--r-- | m4/pgsql.m4 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/m4/pgsql.m4 b/m4/pgsql.m4 index f9e0a8e..f8680f6 100644 --- a/m4/pgsql.m4 +++ b/m4/pgsql.m4 @@ -173,6 +173,9 @@ AC_CONFIG_COMMANDS([pgsql.options], echo 'opt="$opt --port='"$pgsql_port"'"' >>db-driver fi + echo 'opt=$opt --quiet' >>db-driver + echo 'export PGOPTIONS=--client-min-messages=warning' >>db-driver + echo 'if test x$[]1 != x; then' >>db-driver echo " exec $pgsql_client "'$opt <$[]1' >>db-driver echo "else" >>db-driver |