summaryrefslogtreecommitdiff
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
commitb183fbbb182de8d9d59da68362f00a8c86a2c22d (patch)
treeeda80c06e5802f4def22d0dda67f73a7c9b52a83
parent35d382538ea54cfafee3cb3f2f08d941cc30b29f (diff)
downloadmariadb-git-b183fbbb182de8d9d59da68362f00a8c86a2c22d.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
-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");
}
}