mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
mysql-test/mysql-test-run.sh : Add a "--comment=<string>" option, to get it logged when the test is run.
This commit is contained in:
@@ -410,6 +410,13 @@ while test $# -gt 0; do
|
|||||||
--fast)
|
--fast)
|
||||||
FAST_START=1
|
FAST_START=1
|
||||||
;;
|
;;
|
||||||
|
--comment=*)
|
||||||
|
TMP=`$ECHO "$1" | $SED -e "s;--comment=;;"`
|
||||||
|
echo
|
||||||
|
echo '############################################'
|
||||||
|
echo "# $TMP"
|
||||||
|
echo '############################################'
|
||||||
|
;;
|
||||||
-- ) shift; break ;;
|
-- ) shift; break ;;
|
||||||
--* ) $ECHO "Unrecognized option: $1"; exit 1 ;;
|
--* ) $ECHO "Unrecognized option: $1"; exit 1 ;;
|
||||||
* ) break ;;
|
* ) break ;;
|
||||||
|
Reference in New Issue
Block a user