diff options
author | Oleksandr Byelkin <sanja@mariadb.com> | 2020-04-30 17:36:41 +0200 |
---|---|---|
committer | Oleksandr Byelkin <sanja@mariadb.com> | 2020-04-30 17:36:41 +0200 |
commit | 23c6fb3e6231b8939331e2d9f157092f24ed8f4f (patch) | |
tree | ff0f65edbc442afcc3f3a3159753c8a2284d9c95 /mysql-test/mysql-test-run.pl | |
parent | de8c9b538f7e77f18470ccfcacf723a9c2e31b38 (diff) | |
parent | 6a31aea5a1a50614af3a6591a085dc47061cdd0e (diff) | |
download | mariadb-git-23c6fb3e6231b8939331e2d9f157092f24ed8f4f.tar.gz |
Merge branch '5.5' into 10.1
Diffstat (limited to 'mysql-test/mysql-test-run.pl')
-rwxr-xr-x | mysql-test/mysql-test-run.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index 920d66987e3..43e35bdab6d 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -281,7 +281,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"; |