diff options
author | Michael Widenius <monty@askmonty.org> | 2012-02-21 01:58:50 +0200 |
---|---|---|
committer | Michael Widenius <monty@askmonty.org> | 2012-02-21 01:58:50 +0200 |
commit | 5e748392a804d7a6c519ac6943f8a143c269c77c (patch) | |
tree | a1e008c4e92b63efa9cea54ed5ab837fa2b7e229 /mysql-test/lib | |
parent | 1f56feb28523167875c3c8c35b8c5a4d3004d514 (diff) | |
parent | 4c39c0614213d6002b1e19230af4907bff3bf055 (diff) | |
download | mariadb-git-5e748392a804d7a6c519ac6943f8a143c269c77c.tar.gz |
Merge with MariaDB 5.2
Diffstat (limited to 'mysql-test/lib')
-rw-r--r-- | mysql-test/lib/mtr_cases.pm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mysql-test/lib/mtr_cases.pm b/mysql-test/lib/mtr_cases.pm index 6acbe623e22..a4c37c69d4c 100644 --- a/mysql-test/lib/mtr_cases.pm +++ b/mysql-test/lib/mtr_cases.pm @@ -931,6 +931,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; |