mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Add printout of all tests in case number of completed differs number of test
and force is on
This commit is contained in:
@ -315,6 +315,14 @@ sub main {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ( @$completed != $num_tests){
|
if ( @$completed != $num_tests){
|
||||||
|
|
||||||
|
if ($opt_force){
|
||||||
|
# All test should have been run, print the completed list
|
||||||
|
foreach my $test ( @completed ){
|
||||||
|
$test->print_test();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
# Not all tests completed, failure
|
# Not all tests completed, failure
|
||||||
mtr_report();
|
mtr_report();
|
||||||
mtr_report("After @$completed of $num_tests.");
|
mtr_report("After @$completed of $num_tests.");
|
||||||
|
Reference in New Issue
Block a user