summaryrefslogtreecommitdiff
path: root/mysql-test/mysql-test-run.pl
diff options
context:
space:
mode:
authorAnel Husakovic <anel@mariadb.org>2020-04-13 15:47:02 +0200
committerAnel Husakovic <anel@mariadb.org>2020-04-24 14:05:42 +0200
commitbc1be399723090eef40fbfbbe486d44b80214676 (patch)
treec0ef6bc62c969d056c92297e25fe3bc3d1fc3866 /mysql-test/mysql-test-run.pl
parent29cdd5082279ab5bcae04464a08b2499444c86f5 (diff)
downloadmariadb-git-bc1be399723090eef40fbfbbe486d44b80214676.tar.gz
Fix failure for ipv6 not enabled
In case of ipv6 not enabled tests like `main.ipv6, rpl.rpl_ipv6` failed on aarch buildbot. Fix it by following commits 70dcb46e98e6 and 0bae1957dd124f8382a for `10.2`.
Diffstat (limited to 'mysql-test/mysql-test-run.pl')
-rwxr-xr-xmysql-test/mysql-test-run.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl
index 6d32e97d6b4..1f332dfd82f 100755
--- a/mysql-test/mysql-test-run.pl
+++ b/mysql-test/mysql-test-run.pl
@@ -269,7 +269,7 @@ my $current_config_name; # The currently running config file template
our @opt_experimentals;
our $experimental_test_cases= [];
-my $baseport;
+our $baseport;
# $opt_build_thread may later be set from $opt_port_base
my $opt_build_thread= $ENV{'MTR_BUILD_THREAD'} || "auto";
my $opt_port_base= $ENV{'MTR_PORT_BASE'} || "auto";