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:
committed by
Marko Mäkelä
parent
3005cebc96
commit
3976ec1e83
@ -208,6 +208,10 @@ sub mtr_report_test ($) {
|
||||
{
|
||||
mtr_report("[ skipped ]");
|
||||
}
|
||||
if ( $tinfo->{'warnings'} )
|
||||
{
|
||||
mtr_report($tinfo->{'warnings'});
|
||||
}
|
||||
}
|
||||
elsif ($result eq 'MTR_RES_PASSED')
|
||||
{
|
||||
|
Reference in New Issue
Block a user