1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

mtr runs only "big" tests, if --big-test is repeated twice

This commit is contained in:
Sergei Golubchik
2012-01-25 11:34:43 +01:00
parent ac3c60d552
commit 8fedf8ac75
2 changed files with 10 additions and 2 deletions

View File

@@ -925,6 +925,13 @@ sub collect_one_test_case {
return $tinfo
}
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;