From: Sandro Santilli Date: Mon, 13 Feb 2012 20:44:40 +0000 (+0000) Subject: Install topology comments too, when regressing topology X-Git-Tag: 2.0.0alpha5~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3a01a0b48681c5d0444391c5c6556fcfc8512bfd;p=postgis Install topology comments too, when regressing topology git-svn-id: http://svn.osgeo.org/postgis/trunk@9178 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/regress/run_test b/regress/run_test index 3e3e28161..d3417851a 100755 --- a/regress/run_test +++ b/regress/run_test @@ -684,6 +684,9 @@ if test -z "$db_exists"; then echo "${SCRIPT} not found" >&2 exit 1 fi + if test -e ${STAGED_SCRIPTS_DIR}/topology_comments.sql; then + ${PSQL} ${_psql_opts} -Xf ${STAGED_SCRIPTS_DIR}/topology_comments.sql "${DB}" >> ${TMPDIR}/regress_log 2>&1 || init_db_error "topology comments" + fi fi if test x"$OPT_WITH_RASTER" = "xyes"; then SCRIPT=${STAGED_SCRIPTS_DIR}/rtpostgis.sql