[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-632-gb990f18a0
git at osgeo.org
git at osgeo.org
Fri Feb 17 15:05:43 PST 2023
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".
The branch, master has been updated
via b990f18a03356ca477ed061a92c064443b2938be (commit)
from 256dd5e0e1bf8a576df6856eebf0828054d42faf (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit b990f18a03356ca477ed061a92c064443b2938be
Author: Regina Obe <lr at pcorp.us>
Date: Fri Feb 17 18:05:12 2023 -0500
Have debbie's dump restore test against extension, otherwise #5338 will fail
diff --git a/ci/debbie/postgis_regress.sh b/ci/debbie/postgis_regress.sh
index 555c0e432..e51925692 100644
--- a/ci/debbie/postgis_regress.sh
+++ b/ci/debbie/postgis_regress.sh
@@ -103,7 +103,7 @@ fi
if [ "$DUMP_RESTORE" = "1" ]; then
echo "Dum restore test"
- make check RUNTESTFLAGS="$RUNTESTFLAGS --dumprestore"
+ make check RUNTESTFLAGS="$RUNTESTFLAGS --dumprestore --extension"
if [ "$?" != "0" ]; then
exit $?
fi
-----------------------------------------------------------------------
Summary of changes:
ci/debbie/postgis_regress.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list