diff options
author | sayantan.dutta@oracle.com <> | 2013-02-06 13:02:14 +0530 |
---|---|---|
committer | sayantan.dutta@oracle.com <> | 2013-02-06 13:02:14 +0530 |
commit | 5caa7e61ae2a66a9d7ef2d1bfdb08709b7c9bf9c (patch) | |
tree | 53e043af6e6b68746f9deccbc272fa234065afbf /mysql-test | |
parent | ec32645938eaf2992869b5f5c24e579862987592 (diff) | |
download | mariadb-git-5caa7e61ae2a66a9d7ef2d1bfdb08709b7c9bf9c.tar.gz |
BUG #13625278 - PB2 SHOULD PROVIDE MORE USEFUL INFORMATION FOR TIMEOUTS
Diffstat (limited to 'mysql-test')
-rwxr-xr-x | mysql-test/mysql-test-run.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index 4b29fba9120..44d86bbae68 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -3467,6 +3467,7 @@ my %old_env; sub run_testcase ($) { my $tinfo= shift; + my $print_freq=20; mtr_verbose("Running test:", $tinfo->{name}); |