[postgis-tickets] r17597 - revise to have tmp folder in code folder to try to get around issue can't create directory

Regina Obe lr at pcorp.us
Sat Jul 13 09:15:42 PDT 2019


Author: robe
Date: 2019-07-13 21:15:41 -0700 (Sat, 13 Jul 2019)
New Revision: 17597

Modified:
   trunk/ci/berrie/postgis_regress.sh
Log:
revise to have tmp folder in code folder to try to get around issue can't create directory

Modified: trunk/ci/berrie/postgis_regress.sh
===================================================================
--- trunk/ci/berrie/postgis_regress.sh	2019-07-14 02:57:13 UTC (rev 17596)
+++ trunk/ci/berrie/postgis_regress.sh	2019-07-14 04:15:41 UTC (rev 17597)
@@ -1,12 +1,12 @@
 #Berrie is a 32-bit Rasberry Pi managed by Bruce Rindahl
 #BRANCH is passed in via jenkins which is set via gitea web hook
-mkdir -p ~/tmp
+mkdir -p tmp
 sh autogen.sh
 ./configure
 make clean
 make
 export PGUSER=postgres
-export PGIS_REG_TMPDIR=~/tmp/pgis_reg_${BRANCH}
+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