]> granicus.if.org Git - postgis/commitdiff
Use strk's suggestion of quieting hudson reqress by adding a \set VERBOSITY terse
authorRegina Obe <lr@pcorp.us>
Tue, 3 May 2011 12:45:31 +0000 (12:45 +0000)
committerRegina Obe <lr@pcorp.us>
Tue, 3 May 2011 12:45:31 +0000 (12:45 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@7080 b70326c6-7e19-0410-871a-916f4a2858ee

regress/regress_management.sql
regress/regress_management_expected

index b3d1c62d9aa87a1099a5334f18db7f9ce3dd2d1c..28a90de5b76fef31c8529ea0cb77c0e6698e9176 100644 (file)
@@ -1,5 +1,6 @@
 -- $Id$\r
 -- Test the populate_geometry_columns,DropGeometryTable etc --\r
+\set VERBOSITY terse\r
 DELETE FROM spatial_ref_sys WHERE srid = 4326;\r
 INSERT INTO spatial_ref_sys ( srid, proj4text ) VALUES( 4326, '+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs');\r
 CREATE TABLE test_pt(gid SERIAL PRIMARY KEY, geom geometry);\r
index 2a132ff0240215131e89e2f630370edb24b92591..3745b643db176c63c584f21222e50315b191a3f7 100644 (file)
@@ -3,5 +3,4 @@ NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "test_pt_pkey" fo
 1
 The result: public.test_pt dropped.
 NOTICE:  table "unexistent" does not exist, skipping
-PL/pgSQL function "dropgeometrytable" line 22 at EXECUTE statement
 Unexistant: public.unexistent dropped.