mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
5.3 merge
This commit is contained in:
@ -913,6 +913,13 @@ sub collect_one_test_case {
|
||||
$tinfo->{'long_test'}= 1;
|
||||
}
|
||||
|
||||
if ( ! $tinfo->{'big_test'} and $::opt_big_test > 1 )
|
||||
{
|
||||
$tinfo->{'skip'}= 1;
|
||||
$tinfo->{'comment'}= "Small test";
|
||||
return $tinfo
|
||||
}
|
||||
|
||||
if ( $tinfo->{'need_debug'} && ! $::debug_compiled_binaries )
|
||||
{
|
||||
$tinfo->{'skip'}= 1;
|
||||
|
Reference in New Issue
Block a user