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

Bug #48130 Expected failures should not count towards max-test-fail

Test batches may be terminated too early
Avoid counting exp-fail tests
This commit is contained in:
Bjorn Munch
2009-10-17 18:34:56 +02:00
parent 23306c563a
commit 264c330fd0
2 changed files with 3 additions and 1 deletions

View File

@ -146,6 +146,7 @@ sub mtr_report_test ($) {
}
}
$fail = "exp-fail";
$tinfo->{exp_fail}= 1;
last;
}
}