[postgis-tickets] r17599 - revise to install and test extensions

Regina Obe lr at pcorp.us
Sat Jul 13 10:06:19 PDT 2019


Author: robe
Date: 2019-07-13 22:06:19 -0700 (Sat, 13 Jul 2019)
New Revision: 17599

Modified:
   trunk/ci/berrie/postgis_regress.sh
Log:
revise to install and test extensions

Modified: trunk/ci/berrie/postgis_regress.sh
===================================================================
--- trunk/ci/berrie/postgis_regress.sh	2019-07-14 04:43:36 UTC (rev 17598)
+++ trunk/ci/berrie/postgis_regress.sh	2019-07-14 05:06:19 UTC (rev 17599)
@@ -9,5 +9,5 @@
 #export PGIS_REG_TMPDIR=tmp
 psql -c "DROP DATABASE IF EXISTS postgis_reg;"
 make check RUNTESTFLAGS="-v"
-#make install
-#make check RUNTESTFLAGS="-v --extension"
\ No newline at end of file
+sudo make install
+make check RUNTESTFLAGS="-v --extension"
\ No newline at end of file



More information about the postgis-tickets mailing list