From: Sandro Santilli Date: Wed, 4 Sep 2013 12:22:42 +0000 (+0000) Subject: Set default client_min_messages to NOTICE when running tests X-Git-Tag: 2.2.0rc1~1378 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8525a60670938014a1b1d86b1a0777b46c35a66f;p=postgis Set default client_min_messages to NOTICE when running tests See #2467 and #2469 git-svn-id: http://svn.osgeo.org/postgis/trunk@11913 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/regress/run_test b/regress/run_test index b85f9c894..8241684a9 100755 --- a/regress/run_test +++ b/regress/run_test @@ -33,7 +33,7 @@ ORIG_LANG=$LANG export LC_ALL=C export LANG=C -PGOPTIONS="${PGOPTIONS} -c lc_messages=C" +PGOPTIONS="${PGOPTIONS} -c lc_messages=C -c client_min_messages=NOTICE" export PGOPTIONS REGDIR=`dirname $0` diff --git a/regress/run_test.pl b/regress/run_test.pl index 6751a77ea..03bb91036 100755 --- a/regress/run_test.pl +++ b/regress/run_test.pl @@ -76,7 +76,7 @@ $ENV{"LC_ALL"} = "C"; $ENV{"LANG"} = "C"; # Add locale info to the psql options -my $PGOPTIONS = $ENV{"PGOPTIONS"} . " -c lc_messages=C"; +my $PGOPTIONS = $ENV{"PGOPTIONS"} . " -c lc_messages=C -c client_min_messages=NOTICE"; $ENV{"PGOPTIONS"} = $PGOPTIONS; # Bring the path info in