From 8764738aefcd54b527155132ebbbb9c8b4d2ee37 Mon Sep 17 00:00:00 2001 From: Magnus Svensson Date: Mon, 22 Sep 2008 18:52:19 +0300 Subject: [PATCH] Print tests that has not been run --- mysql-test/mysql-test-run.pl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index ab02616678f..8ee2648d16f 100755 --- a/mysql-test/mysql-test-run.pl +++ b/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();