summaryrefslogtreecommitdiff
path: root/mysql-test/lib
diff options
context:
space:
mode:
authorunknown <tsmith@quadxeon.mysql.com>2007-04-28 10:13:27 +0200
committerunknown <tsmith@quadxeon.mysql.com>2007-04-28 10:13:27 +0200
commitda6aa75a8c1e4fd712fcad62fe47464b9b706da1 (patch)
treeeda80c06e5802f4def22d0dda67f73a7c9b52a83 /mysql-test/lib
parent9b7676c4556d719628a03ce7f9b5046f7639afc1 (diff)
downloadmariadb-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.pl4
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");
}
}