mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Remove debug printouts of all remaining tests when test suite has been terminated in the middle
This commit is contained in:
@ -372,9 +372,9 @@ sub main {
|
|||||||
|
|
||||||
if ($opt_force){
|
if ($opt_force){
|
||||||
# All test should have been run, print any that are still in $tests
|
# All test should have been run, print any that are still in $tests
|
||||||
foreach my $test ( @$tests ){
|
#foreach my $test ( @$tests ){
|
||||||
$test->print_test();
|
# $test->print_test();
|
||||||
}
|
#}
|
||||||
}
|
}
|
||||||
|
|
||||||
# Not all tests completed, failure
|
# Not all tests completed, failure
|
||||||
|
Reference in New Issue
Block a user