diff options
author | Magnus Svensson <msvensson@mysql.com> | 2009-01-24 11:07:54 +0100 |
---|---|---|
committer | Magnus Svensson <msvensson@mysql.com> | 2009-01-24 11:07:54 +0100 |
commit | f4ea7624aeaede4134c6a3aeff26e8b3d03e14db (patch) | |
tree | 6d756b7a98eeae593bc65590b87876ab29689a39 /mysql-test/mysql-test-run.pl | |
parent | 0226941c0981111e22152db0ce1c1b18d76b1dd2 (diff) | |
download | mariadb-git-f4ea7624aeaede4134c6a3aeff26e8b3d03e14db.tar.gz |
Remove debug printouts of all remaining tests when test suite has been terminated in the middle
Diffstat (limited to 'mysql-test/mysql-test-run.pl')
-rwxr-xr-x | mysql-test/mysql-test-run.pl | 6 |
1 files 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 |