]> granicus.if.org Git - postgis/commitdiff
Filter LOG entries #2499
authorPaul Ramsey <pramsey@cleverelephant.ca>
Mon, 7 Oct 2013 17:56:17 +0000 (17:56 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Mon, 7 Oct 2013 17:56:17 +0000 (17:56 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@12007 b70326c6-7e19-0410-871a-916f4a2858ee

regress/run_test.pl

index 03bb910364ada2dc71a30f6584544aef65acbb8c..cf8a66f23fbb9ec65e8b93a19f8549b16eb790ee 100755 (executable)
@@ -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);