diff options
author | joerg@mysql.com <> | 2006-03-01 13:10:59 +0100 |
---|---|---|
committer | joerg@mysql.com <> | 2006-03-01 13:10:59 +0100 |
commit | 21a57a8f85f667b7098597fbfd3f95a8d941f235 (patch) | |
tree | 1ac5f135154afdc030f3097502a8bbce3790e5d4 /mysql-test/mysql-test-run.sh | |
parent | e75a62aeaee8d429d7e725bf8f2ac7399dc3cd8b (diff) | |
parent | 0afe7f1987c962ca91f931b1c0a78d187b2b10e0 (diff) | |
download | mariadb-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.sh | 7 |
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 ;; |