mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
mysql-test/mysql-test-run.sh : Provide info about the options used.
This commit is contained in:
@ -250,6 +250,8 @@ START_WAIT_TIMEOUT=10
|
|||||||
STOP_WAIT_TIMEOUT=10
|
STOP_WAIT_TIMEOUT=10
|
||||||
MYSQL_TEST_SSL_OPTS=""
|
MYSQL_TEST_SSL_OPTS=""
|
||||||
|
|
||||||
|
$ECHO "Logging: $0 $*" # To ensure we see all arguments in the output, for the test analysis tool
|
||||||
|
|
||||||
while test $# -gt 0; do
|
while test $# -gt 0; do
|
||||||
case "$1" in
|
case "$1" in
|
||||||
--user=*) DBUSER=`$ECHO "$1" | $SED -e "s;--user=;;"` ;;
|
--user=*) DBUSER=`$ECHO "$1" | $SED -e "s;--user=;;"` ;;
|
||||||
|
Reference in New Issue
Block a user