mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
allow suite.pm to tell mtr to skip the suite
This commit is contained in:
@@ -997,6 +997,13 @@ sub collect_one_test_case {
|
||||
}
|
||||
}
|
||||
|
||||
if (not ref $::suites{$tinfo->{suite}})
|
||||
{
|
||||
$tinfo->{'skip'}= 1;
|
||||
$tinfo->{'comment'}= $::suites{$tinfo->{suite}};
|
||||
return $tinfo;
|
||||
}
|
||||
|
||||
# ----------------------------------------------------------------------
|
||||
# Append mysqld extra options to master and slave, as appropriate
|
||||
# ----------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user