[postgis-tickets] r16340 - Make OPT_UPGRADE_FROM visible from subroutines (I think)

Sandro Santilli strk at kbt.io
Fri Jan 19 08:33:47 PST 2018


Author: strk
Date: 2018-01-19 08:33:47 -0800 (Fri, 19 Jan 2018)
New Revision: 16340

Modified:
   trunk/regress/run_test.pl
Log:
Make OPT_UPGRADE_FROM visible from subroutines (I think)

Fixes make check RUNTESTFLAGS="--sfcgal --upgrade --extension"

Modified: trunk/regress/run_test.pl
===================================================================
--- trunk/regress/run_test.pl	2018-01-19 16:33:26 UTC (rev 16339)
+++ trunk/regress/run_test.pl	2018-01-19 16:33:47 UTC (rev 16340)
@@ -67,7 +67,7 @@
 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;
 



More information about the postgis-tickets mailing list