From 3a01a0b48681c5d0444391c5c6556fcfc8512bfd Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Mon, 13 Feb 2012 20:44:40 +0000 Subject: [PATCH] Install topology comments too, when regressing topology git-svn-id: http://svn.osgeo.org/postgis/trunk@9178 b70326c6-7e19-0410-871a-916f4a2858ee --- regress/run_test | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.49.0