[postgis-tickets] r14872 - disable import test as well since 9.4 and 9.3 don't support

Regina Obe lr at pcorp.us
Sat Apr 30 12:12:54 PDT 2016


Author: robe
Date: 2016-04-30 12:12:54 -0700 (Sat, 30 Apr 2016)
New Revision: 14872

Modified:
   buildbots/windows/mingw64/scripts/build_ogrfdw.sh
Log:
disable import test as well since 9.4 and 9.3 don't support

Modified: buildbots/windows/mingw64/scripts/build_ogrfdw.sh
===================================================================
--- buildbots/windows/mingw64/scripts/build_ogrfdw.sh	2016-04-30 19:10:39 UTC (rev 14871)
+++ buildbots/windows/mingw64/scripts/build_ogrfdw.sh	2016-04-30 19:12:54 UTC (rev 14872)
@@ -51,7 +51,7 @@
 	make clean
 	
 	#remove the pgsql test because we don't build GDAL with PostgreSQL support
-	sed -i 's/pgsql//' Makefile
+	sed -i 's/pgsql import//' Makefile
 
 
 	GDAL_CONFIG="${PROJECTS}/gdal/rel-${GDAL_VER}w${OS_BUILD}${GCC_TYPE}/bin/gdal-config"



More information about the postgis-tickets mailing list