1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Bug #54364 Allow multiple --experimental command line options for MTR

Convert --experimental into a multi option
Size of diff is caused by intenting code put into a for loop
This commit is contained in:
Bjorn Munch
2010-06-10 10:34:16 +02:00
parent d5f2972628
commit c9d57b0c0f
2 changed files with 36 additions and 32 deletions

View File

@ -124,7 +124,7 @@ sub mtr_report_test ($) {
my $timest = format_time();
my $fail = "fail";
if ( $::opt_experimental )
if ( @$::experimental_test_cases )
{
# Find out if this test case is an experimental one, so we can treat
# the failure as an expected failure instead of a regression.