From: Paul Ramsey Date: Mon, 7 Oct 2013 17:56:17 +0000 (+0000) Subject: Filter LOG entries #2499 X-Git-Tag: 2.2.0rc1~1345 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4158964562fc20a798a7715c0b3579c250568d8b;p=postgis Filter LOG entries #2499 git-svn-id: http://svn.osgeo.org/postgis/trunk@12007 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/regress/run_test.pl b/regress/run_test.pl index 03bb91036..cf8a66f23 100755 --- a/regress/run_test.pl +++ b/regress/run_test.pl @@ -553,7 +553,7 @@ sub run_simple_test @lines = grep(!/^(INSERT|DELETE|UPDATE|SELECT)/, @lines); @lines = grep(!/^(CONTEXT|RESET|ANALYZE)/, @lines); @lines = grep(!/^(DROP|CREATE|VACUUM)/, @lines); - @lines = grep(!/^(SET|TRUNCATE)/, @lines); + @lines = grep(!/^(LOG|SET|TRUNCATE)/, @lines); @lines = grep(!/^LINE \d/, @lines); @lines = grep(!/^\s+$/, @lines);