[postgis-tickets] r17598 - Just let postgis build put wherever it wants the tmp files

Regina Obe lr at pcorp.us
Sat Jul 13 09:43:37 PDT 2019


Author: robe
Date: 2019-07-13 21:43:36 -0700 (Sat, 13 Jul 2019)
New Revision: 17598

Modified:
   trunk/ci/berrie/postgis_regress.sh
Log:
Just let postgis build put wherever it wants the tmp files

Modified: trunk/ci/berrie/postgis_regress.sh
===================================================================
--- trunk/ci/berrie/postgis_regress.sh	2019-07-14 04:15:41 UTC (rev 17597)
+++ trunk/ci/berrie/postgis_regress.sh	2019-07-14 04:43:36 UTC (rev 17598)
@@ -6,7 +6,7 @@
 make clean
 make
 export PGUSER=postgres
-export PGIS_REG_TMPDIR=tmp
+#export PGIS_REG_TMPDIR=tmp
 psql -c "DROP DATABASE IF EXISTS postgis_reg;"
 make check RUNTESTFLAGS="-v"
 #make install



More information about the postgis-tickets mailing list