From 5828fbfe7dc0ba9735b3d5bd804d364c229e2bd6 Mon Sep 17 00:00:00 2001 From: Casey Faist Date: Wed, 23 Oct 2019 11:42:01 -0700 Subject: [PATCH] check for whole deprecation message --- test/run-deps | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/run-deps b/test/run-deps index 704b5fe..71c1625 100755 --- a/test/run-deps +++ b/test/run-deps @@ -26,7 +26,8 @@ testGEOS() { testGEOSDeprecation() { export BUILD_WITH_GEO_LIBRARIES=1 compile "geos" - assertCaptured "The GDAL, GEOS and PROJ binaries and BUILD_WITH_GEO_LIBRARIES functionality are now deprecated." + assertCaptured " ! The GDAL, GEOS and PROJ binaries and BUILD_WITH_GEO_LIBRARIES functonality are now deprecated. + ! An alternative buildpack to enable GDAL, GEOS and PROJ use is available here - https://github.com/heroku/heroku-geo-buildpack" assertCapturedSuccess }