mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
Print tests that has not been run
This commit is contained in:
parent
c955eb6b68
commit
8764738aef
1 changed files with 6 additions and 6 deletions
|
@ -343,12 +343,12 @@ sub main {
|
|||
|
||||
if ( @$completed != $num_tests){
|
||||
|
||||
#if ($opt_force){
|
||||
# # All test should have been run, print any that are still in $tests
|
||||
# foreach my $test ( @$tests ){
|
||||
# $test->print_test();
|
||||
# }
|
||||
#}
|
||||
if ($opt_force){
|
||||
# All test should have been run, print any that are still in $tests
|
||||
foreach my $test ( @$tests ){
|
||||
$test->print_test();
|
||||
}
|
||||
}
|
||||
|
||||
# Not all tests completed, failure
|
||||
mtr_report();
|
||||
|
|
Loading…
Reference in a new issue