List:Internals« Previous MessageNext Message »
From:kent Date:August 26 2005 12:37pm
Subject:bk commit into 5.0 tree (kent:1.1932)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of kent. When kent does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet
  1.1932 05/08/26 12:37:35 kent@stripped +2 -0
  mysql-test-run.sh, mtr_report.pl:
    Corrected typo

  mysql-test/mysql-test-run.sh
    1.271 05/08/26 12:36:50 kent@stripped +1 -1
    Corrected typo

  mysql-test/lib/mtr_report.pl
    1.13 05/08/26 12:36:49 kent@stripped +1 -1
    Corrected typo

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	kent
# Host:	dialup-d2i-62-65-89-202.home.se
# Root:	/Users/kent/mysql/bk/mysql-5.0-release

--- 1.270/mysql-test/mysql-test-run.sh	2005-06-30 12:20:45 +02:00
+++ 1.271/mysql-test/mysql-test-run.sh	2005-08-26 12:36:50 +02:00
@@ -872,7 +872,7 @@
 	$ECHO  "Failed ${TOT_FAIL}/${TOT_TEST} tests, ${whole}.${deci}% were successful."
 	$ECHO ""
         $ECHO "The log files in $MY_LOG_DIR may give you some hint"
-	$ECHO "of what when wrong."
+	$ECHO "of what went wrong."
 	$ECHO "If you want to report this error, please read first the documentation at"
         $ECHO "http://www.mysql.com/doc/en/MySQL_test_suite.html"
     fi

--- 1.12/mysql-test/lib/mtr_report.pl	2005-08-25 16:22:20 +02:00
+++ 1.13/mysql-test/lib/mtr_report.pl	2005-08-26 12:36:49 +02:00
@@ -177,7 +177,7 @@
       "%.2f\% were successful.\n\n", $ratio;
     print
       "The log files in var/log may give you some hint\n",
-      "of what when wrong.\n",
+      "of what went wrong.\n",
       "If you want to report this error, please read first ",
       "the documentation at\n",
       "http://www.mysql.com/doc/en/MySQL_test_suite.html\n";
Thread
bk commit into 5.0 tree (kent:1.1932)kent26 Aug