diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2018-11-07 08:17:47 +0200 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2018-11-07 08:17:47 +0200 |
commit | 89f948c766721a26e110bc9da0ca5ebc20f65112 (patch) | |
tree | 14acae07e4a4790b6af1c97c321a8012f1d0d00b /mysql-test/lib/v1/mysql-test-run.pl | |
parent | 04789ec801b6d0955c70b0387973f017424062b4 (diff) | |
parent | 59c82dde09984d10f16417c9c82cd759f81d770c (diff) | |
download | mariadb-git-89f948c766721a26e110bc9da0ca5ebc20f65112.tar.gz |
Merge 10.1 into 10.2
Diffstat (limited to 'mysql-test/lib/v1/mysql-test-run.pl')
-rwxr-xr-x | mysql-test/lib/v1/mysql-test-run.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/lib/v1/mysql-test-run.pl b/mysql-test/lib/v1/mysql-test-run.pl index 386b50b2723..9c9bc0e02fb 100755 --- a/mysql-test/lib/v1/mysql-test-run.pl +++ b/mysql-test/lib/v1/mysql-test-run.pl @@ -23,7 +23,7 @@ # Tool used for executing a suite of .test file # # See the "MySQL Test framework manual" for more information -# http://dev.mysql.com/doc/mysqltest/en/index.html +# https://mariadb.com/kb/en/library/mysqltest/ # # Please keep the test framework tools identical in all versions! # |