diff options
author | unknown <tsmith@quadxeon.mysql.com> | 2007-04-28 10:13:27 +0200 |
---|---|---|
committer | unknown <tsmith@quadxeon.mysql.com> | 2007-04-28 10:13:27 +0200 |
commit | da6aa75a8c1e4fd712fcad62fe47464b9b706da1 (patch) | |
tree | eda80c06e5802f4def22d0dda67f73a7c9b52a83 /mysql-test/lib | |
parent | 9b7676c4556d719628a03ce7f9b5046f7639afc1 (diff) | |
download | mariadb-git-da6aa75a8c1e4fd712fcad62fe47464b9b706da1.tar.gz |
mtr_report.pl:
this has been driving me crazy: s/where/were/ in some messages
mysql-test/lib/mtr_report.pl:
this has been driving me crazy: s/where/were/ in some messages
Diffstat (limited to 'mysql-test/lib')
-rw-r--r-- | mysql-test/lib/mtr_report.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/lib/mtr_report.pl b/mysql-test/lib/mtr_report.pl index a2f22ef8870..d08208d37a6 100644 --- a/mysql-test/lib/mtr_report.pl +++ b/mysql-test/lib/mtr_report.pl @@ -238,7 +238,7 @@ sub mtr_report_stats ($) { } if (!$::opt_extern) { - print "The servers where restarted $tot_restarts times\n"; + print "The servers were restarted $tot_restarts times\n"; } if ( $::opt_timer ) @@ -357,7 +357,7 @@ sub mtr_report_stats ($) { if ( $tot_failed != 0 || $found_problems) { - mtr_error("there where failing test cases"); + mtr_error("there were failing test cases"); } } |