]> granicus.if.org Git - postgis/commitdiff
#2467 add min_messages so travis doesn't scream
authorRegina Obe <lr@pcorp.us>
Tue, 3 Sep 2013 17:31:04 +0000 (17:31 +0000)
committerRegina Obe <lr@pcorp.us>
Tue, 3 Sep 2013 17:31:04 +0000 (17:31 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@11911 b70326c6-7e19-0410-871a-916f4a2858ee

regress/regress_index_nulls.sql
regress/regress_ogc.sql
regress/tickets.sql

index 7f19dde0951cef5ef9d5612ae0d76d5cc000f22d..b642d8981d7f3bc8c830dfbb369c043817ea9566 100644 (file)
@@ -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);
 
index 2b7b6f9de8de2c7356dc4c2dc72b7f42fbf0787a..382d3098f33fcfa14ebf75536b75408361e6d4e0 100644 (file)
@@ -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)'));
index 48bedd77d3980d18aedf972c709ea5b1756d16a9..58a6c9bfcfdbb0767238fb416a9aafade7dd1a71 100644 (file)
@@ -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