From: Sandro Santilli Date: Thu, 22 Dec 2011 11:19:56 +0000 (+0000) Subject: Count objects in the _regress_ database, not elsewhere (#1397) X-Git-Tag: 2.0.0alpha1~368 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c86c97fcc82db341c9dec364d3299e381f4f3ece;p=postgis Count objects in the _regress_ database, not elsewhere (#1397) git-svn-id: http://svn.osgeo.org/postgis/trunk@8507 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/regress/run_test b/regress/run_test index 17eb47975..74d6cac81 100755 --- a/regress/run_test +++ b/regress/run_test @@ -447,7 +447,7 @@ count_db_objects () select count(*) from pg_operator union all select count(*) from pg_opclass union all select count(*) from pg_opfamily ) - select sum(count) from counts;" + select sum(count) from counts;" "${DB}" if [ $? -gt 0 ]; then init_db_error $1 fi