1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

MDEV-13043 Skipped tests ignore warning suppressions

This commit is contained in:
Elena Stepanova
2017-06-09 17:22:59 +03:00
committed by Marko Mäkelä
parent 3005cebc96
commit 3976ec1e83
2 changed files with 10 additions and 5 deletions

View File

@ -208,6 +208,10 @@ sub mtr_report_test ($) {
{
mtr_report("[ skipped ]");
}
if ( $tinfo->{'warnings'} )
{
mtr_report($tinfo->{'warnings'});
}
}
elsif ($result eq 'MTR_RES_PASSED')
{