diff options
author | Sergei Golubchik <sergii@pisem.net> | 2010-08-24 14:33:34 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2010-08-24 14:33:34 +0200 |
commit | ced635391ef9368276eddf6b490f6d969a40cef4 (patch) | |
tree | e92e354cb37c0ec6738c9c91819b61c90587f96b /mysql-test/README.suites | |
parent | 8da7be63027403c5b82eda378842142cdcbad95c (diff) | |
download | mariadb-git-ced635391ef9368276eddf6b490f6d969a40cef4.tar.gz |
allow suite.pm to tell mtr to skip the suite
Diffstat (limited to 'mysql-test/README.suites')
-rw-r--r-- | mysql-test/README.suites | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/README.suites b/mysql-test/README.suites index d8f39cbc39f..99155f37485 100644 --- a/mysql-test/README.suites +++ b/mysql-test/README.suites @@ -31,6 +31,8 @@ package that inherits from My::Suite. The suite.pm needs to have @ISA=qw(My::Suite) and it must end with bless {}; - that is it must return an object of that class. +It can also return a string - in this case all tests in the suite +will be skipped, with this string being printed as a reason. A suite class can define config_files() and servers() methods. |