[postgis-tickets] r14722 - option for debbbie to do dump restore - variable set in jenkins

Regina Obe lr at pcorp.us
Mon Feb 29 10:03:57 PST 2016


Author: robe
Date: 2016-02-29 10:03:57 -0800 (Mon, 29 Feb 2016)
New Revision: 14722

Modified:
   trunk/ci/debbie/postgis_regress.sh
Log:
option for debbbie to do dump restore - variable set in jenkins
references #3444

Modified: trunk/ci/debbie/postgis_regress.sh
===================================================================
--- trunk/ci/debbie/postgis_regress.sh	2016-02-29 17:38:48 UTC (rev 14721)
+++ trunk/ci/debbie/postgis_regress.sh	2016-02-29 18:03:57 UTC (rev 14722)
@@ -13,6 +13,7 @@
 # export GDAL_VER=2.0
 # export MAKE_GARDEN=1
 # export MAKE_EXTENSION=0
+# export DUMP_RESTORE=1
 
 ## end variables passed in by jenkins
 
@@ -75,6 +76,15 @@
  fi
 fi
 
+if [ "$DUMP_RESTORE" = "1" ]; then
+ echo "Dum restore test"
+ make install
+ make check RUNTESTFLAGS="-v --dumprestore"
+ if [ "$?" != "0" ]; then
+  exit $?
+ fi
+fi
+
 if [ "$MAKE_GARDEN" = "1" ]; then
  echo "Running garden test"
  make garden



More information about the postgis-tickets mailing list