[postgis-tickets] r15783 - installcheck doesn't exit for this version use --extensions

Regina Obe lr at pcorp.us
Wed Sep 20 19:07:11 PDT 2017


Author: robe
Date: 2017-09-20 19:07:11 -0700 (Wed, 20 Sep 2017)
New Revision: 15783

Modified:
   branches/2.1/.travis.yml
Log:
installcheck doesn't exit for this version use --extensions
References #3856 for PostGIS 2.1

Modified: branches/2.1/.travis.yml
===================================================================
--- branches/2.1/.travis.yml	2017-09-20 21:41:46 UTC (rev 15782)
+++ branches/2.1/.travis.yml	2017-09-21 02:07:11 UTC (rev 15783)
@@ -19,7 +19,7 @@
   - find /home/travis -type d -exec chmod 755 {} \;
   - make check
   - sudo make install
-  - make installcheck
+  - make check RUNTESTFLAGS=--extensions
 notifications:
   email: false
   irc:



More information about the postgis-tickets mailing list