summaryrefslogtreecommitdiff
path: root/mysql-test/mysql-test-run.sh
diff options
context:
space:
mode:
authorjoerg@mysql.com <>2006-03-01 13:10:59 +0100
committerjoerg@mysql.com <>2006-03-01 13:10:59 +0100
commit21a57a8f85f667b7098597fbfd3f95a8d941f235 (patch)
tree1ac5f135154afdc030f3097502a8bbce3790e5d4 /mysql-test/mysql-test-run.sh
parente75a62aeaee8d429d7e725bf8f2ac7399dc3cd8b (diff)
parent0afe7f1987c962ca91f931b1c0a78d187b2b10e0 (diff)
downloadmariadb-git-21a57a8f85f667b7098597fbfd3f95a8d941f235.tar.gz
Merge mysql.com:/M40/comment-4.0 into mysql.com:/M41/comment-4.1
Diffstat (limited to 'mysql-test/mysql-test-run.sh')
-rw-r--r--mysql-test/mysql-test-run.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/mysql-test/mysql-test-run.sh b/mysql-test/mysql-test-run.sh
index 9fcdacb22cb..5da9361033c 100644
--- a/mysql-test/mysql-test-run.sh
+++ b/mysql-test/mysql-test-run.sh
@@ -476,6 +476,13 @@ while test $# -gt 0; do
--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 ;;