From: Regina Obe Date: Tue, 3 Sep 2013 17:31:04 +0000 (+0000) Subject: #2467 add min_messages so travis doesn't scream X-Git-Tag: 2.2.0rc1~1379 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d5f217124133d93392732f9ed11575115fa44c58;p=postgis #2467 add min_messages so travis doesn't scream git-svn-id: http://svn.osgeo.org/postgis/trunk@11911 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/regress/regress_index_nulls.sql b/regress/regress_index_nulls.sql index 7f19dde09..b642d8981 100644 --- a/regress/regress_index_nulls.sql +++ b/regress/regress_index_nulls.sql @@ -1,5 +1,5 @@ \i regress_lots_of_nulls.sql - +SET client_min_messages TO NOTICE; CREATE INDEX "test_geom_idx" ON "test" using gist (the_geom); diff --git a/regress/regress_ogc.sql b/regress/regress_ogc.sql index 2b7b6f9de..382d3098f 100644 --- a/regress/regress_ogc.sql +++ b/regress/regress_ogc.sql @@ -3,6 +3,7 @@ --- --- -- Repeat all tests with new function names. +SET client_min_messages TO NOTICE; SELECT 'buffer', ST_astext(ST_SnapToGrid(ST_buffer('POINT(0 0)', 1, 2), 1.0e-6)); SELECT 'geomunion', ST_astext(ST_union('POINT(0 0)', 'POINT(1 1)')); diff --git a/regress/tickets.sql b/regress/tickets.sql index 48bedd77d..58a6c9bfc 100644 --- a/regress/tickets.sql +++ b/regress/tickets.sql @@ -2,7 +2,7 @@ -- Regression tests that were filed as cases in bug tickets, -- referenced by bug number for historical interest. -- - +SET client_min_messages TO NOTICE; -- NOTE: some tests _require_ spatial_ref_sys entries. -- In particular, the GML output ones want auth_name and auth_srid too, -- so we provide one for EPSG:4326