[postgis-tickets] r14723 - option for winnie to do dump restore - variable set in jenkins

Regina Obe lr at pcorp.us
Mon Feb 29 13:07:59 PST 2016


Author: robe
Date: 2016-02-29 13:07:59 -0800 (Mon, 29 Feb 2016)
New Revision: 14723

Modified:
   trunk/ci/winnie/regress_postgis.sh
Log:
option for winnie to do dump restore - variable set in jenkins
closes #3444

Modified: trunk/ci/winnie/regress_postgis.sh
===================================================================
--- trunk/ci/winnie/regress_postgis.sh	2016-02-29 18:03:57 UTC (rev 14722)
+++ trunk/ci/winnie/regress_postgis.sh	2016-02-29 21:07:59 UTC (rev 14723)
@@ -172,6 +172,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
  export PGUSER=postgres
  make garden



More information about the postgis-tickets mailing list