1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +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 b7c8385e05
commit b27f1478d9
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.