From: Sandro Santilli Date: Fri, 19 Jan 2018 16:33:47 +0000 (+0000) Subject: Make OPT_UPGRADE_FROM visible from subroutines (I think) X-Git-Tag: 2.5.0alpha~154 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=440f41189bff7fba2b515014ccb36a8b6cbf3500;p=postgis Make OPT_UPGRADE_FROM visible from subroutines (I think) Fixes make check RUNTESTFLAGS="--sfcgal --upgrade --extension" git-svn-id: http://svn.osgeo.org/postgis/trunk@16340 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/regress/run_test.pl b/regress/run_test.pl index d55a9eb88..e720f335c 100755 --- a/regress/run_test.pl +++ b/regress/run_test.pl @@ -67,7 +67,7 @@ my $OPT_EXPECT = 0; my $OPT_EXTENSIONS = 0; my $OPT_EXTVERSION = ''; my $OPT_UPGRADE_PATH = ''; -my $OPT_UPGRADE_FROM = ''; +our $OPT_UPGRADE_FROM = ''; my $OPT_UPGRADE_TO = ''; my $VERBOSE = 0;