diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2018-11-07 13:11:04 +0200 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2018-11-07 13:11:04 +0200 |
commit | 862af4d255cade35f9b1f65fd11dba30874fd8fc (patch) | |
tree | bf46bbba8b838db3e890e368c6839a07e2bd5c24 /mysql-test/lib | |
parent | 54b2e1c1bea357ca37ce537e24c6c120a43f5958 (diff) | |
parent | e82ebb8f06674a22d959b91415c084ed34fe994d (diff) | |
download | mariadb-git-862af4d255cade35f9b1f65fd11dba30874fd8fc.tar.gz |
Merge 10.2 into 10.3
Diffstat (limited to 'mysql-test/lib')
-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! # |