Browse Source

Print tests that has not been run

pull/47/merge
Magnus Svensson 17 years ago
parent
commit
8764738aef
  1. 12
      mysql-test/mysql-test-run.pl

12
mysql-test/mysql-test-run.pl

@ -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…
Cancel
Save