diff options
author | Elena Stepanova <elenst@montyprogram.com> | 2017-06-09 17:22:59 +0300 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2017-06-12 17:21:30 +0300 |
commit | 3976ec1e83d7ae1079b4afa4c12b4ec533d665f6 (patch) | |
tree | 76d89966be1d3bca8d8bca266aec1b10c2645dc1 /mysql-test/lib | |
parent | 3005cebc96ef65dc54bf6caaa5e089d52d52e7ff (diff) | |
download | mariadb-git-3976ec1e83d7ae1079b4afa4c12b4ec533d665f6.tar.gz |
MDEV-13043 Skipped tests ignore warning suppressions
Diffstat (limited to 'mysql-test/lib')
-rw-r--r-- | mysql-test/lib/mtr_report.pm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/lib/mtr_report.pm b/mysql-test/lib/mtr_report.pm index 97ace54f0fb..d93d8adf34c 100644 --- a/mysql-test/lib/mtr_report.pm +++ b/mysql-test/lib/mtr_report.pm @@ -208,6 +208,10 @@ sub mtr_report_test ($) { { mtr_report("[ skipped ]"); } + if ( $tinfo->{'warnings'} ) + { + mtr_report($tinfo->{'warnings'}); + } } elsif ($result eq 'MTR_RES_PASSED') { |