diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-07-23 21:45:41 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-07-23 21:45:41 +0200 |
commit | 8342d9b882bd93c1c5934280cf319feb822e66c1 (patch) | |
tree | c37615284f5380c1acc2f63c1d3a0de2d96cc1f4 | |
parent | 5b78516b5cda14a6c059091f3f2d4b3eb3b32cb8 (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 |