]> granicus.if.org Git - postgis/commitdiff
Disreguard DO responses during testing
authorSandro Santilli <strk@keybit.net>
Tue, 11 Nov 2014 09:15:58 +0000 (09:15 +0000)
committerSandro Santilli <strk@keybit.net>
Tue, 11 Nov 2014 09:15:58 +0000 (09:15 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@13123 b70326c6-7e19-0410-871a-916f4a2858ee

regress/run_test.pl

index 484d4eb529548c9c7b5cddb2955c15cc77c8d51b..e9144068231f15a87301d77d74867aef5f0f126d 100755 (executable)
@@ -609,6 +609,7 @@ sub run_simple_test
        # Strip the lines we don't care about
        @lines = grep(!/^\$/, @lines);
        @lines = grep(!/^(INSERT|DELETE|UPDATE|SELECT|COPY)/, @lines);
+       @lines = grep(!/^(DO)$/, @lines);
        @lines = grep(!/^(CONTEXT|RESET|ANALYZE)/, @lines);
        @lines = grep(!/^(DROP|CREATE|VACUUM)/, @lines);
        @lines = grep(!/^(LOG|SET|TRUNCATE)/, @lines);