From f4ea7624aeaede4134c6a3aeff26e8b3d03e14db Mon Sep 17 00:00:00 2001 From: Magnus Svensson Date: Sat, 24 Jan 2009 11:07:54 +0100 Subject: [PATCH] Remove debug printouts of all remaining tests when test suite has been terminated in the middle --- mysql-test/mysql-test-run.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index 9f932532a39..63f57492ba4 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -372,9 +372,9 @@ sub main { if ($opt_force){ # All test should have been run, print any that are still in $tests - foreach my $test ( @$tests ){ - $test->print_test(); - } + #foreach my $test ( @$tests ){ + # $test->print_test(); + #} } # Not all tests completed, failure