Below is the list of changes that have just been committed into a local
4.0 repository of joerg. When joerg 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.2174 06/03/01 12:21:44 joerg@stripped +1 -0
mysql-test/mysql-test-run.sh : Add a "--comment=<string>" option, to get it
logged when the test is run.
mysql-test/mysql-test-run.sh
1.203 06/03/01 12:19:50 joerg@stripped +7 -0
Add a "--comment=<string>" option, to get it logged when the test is run.
The purpose is to allow a better analysis when generating the status page
("gen-build-status-page").
See "Do-compile" for how it is used.
# 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: joerg
# Host: trift2.
# Root: /M40/comment-4.0
--- 1.202/mysql-test/mysql-test-run.sh 2006-01-28 12:35:35 +01:00
+++ 1.203/mysql-test/mysql-test-run.sh 2006-03-01 12:19:50 +01:00
@@ -410,6 +410,13 @@
--fast)
FAST_START=1
;;
+ --comment=*)
+ TMP=`$ECHO "$1" | $SED -e "s;--comment=;;"`
+ echo
+ echo '############################################'
+ echo "# $TMP"
+ echo '############################################'
+ ;;
-- ) shift; break ;;
--* ) $ECHO "Unrecognized option: $1"; exit 1 ;;
* ) break ;;
| Thread |
|---|
| • bk commit into 4.0 tree (joerg:1.2174) | Joerg Bruehe | 1 Mar |