]> granicus.if.org Git - postgis/commitdiff
Just let postgis build put wherever it wants the tmp files
authorRegina Obe <lr@pcorp.us>
Sun, 14 Jul 2019 04:43:36 +0000 (04:43 +0000)
committerRegina Obe <lr@pcorp.us>
Sun, 14 Jul 2019 04:43:36 +0000 (04:43 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@17598 b70326c6-7e19-0410-871a-916f4a2858ee

ci/berrie/postgis_regress.sh

index d604a74caa74e0269aed2f0a3bc1d6d76c0025ae..ed0419ff753ece5ccd2238214dd283f37a9687f4 100644 (file)
@@ -6,7 +6,7 @@ sh autogen.sh
 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