]> granicus.if.org Git - postgis/commitdiff
have winnie do installcheck on address standardizer
authorRegina Obe <lr@pcorp.us>
Sat, 22 Aug 2015 19:25:21 +0000 (19:25 +0000)
committerRegina Obe <lr@pcorp.us>
Sat, 22 Aug 2015 19:25:21 +0000 (19:25 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@13972 b70326c6-7e19-0410-871a-916f4a2858ee

ci/winnie/regress_postgis.sh

index 8eae8f49846d262a1905c49e0598c220c705e6a9..e28243b40bc7e99e16956cfdf88359b3ab957e0e 100644 (file)
@@ -152,6 +152,8 @@ if [ "$MAKE_EXTENSION" == "1" ]; then
  cp -r extensions/*/*.control ${PGPATHEDB}/share/extension
  
  make check RUNTESTFLAGS=--extension
+ cd extensions/address_standardizer
+ make installcheck
  if [ "$?" != "0" ]; then
   exit $?
  fi