summaryrefslogtreecommitdiff
path: root/mysql-test/mysql-test-run.sh
diff options
context:
space:
mode:
authorunknown <joerg@mysql.com>2006-04-07 19:27:19 +0200
committerunknown <joerg@mysql.com>2006-04-07 19:27:19 +0200
commit747f81c22c3099860ed0babe1993083d3c827013 (patch)
tree78523ac3c3a56233922366d5c4db24e7192c6f8a /mysql-test/mysql-test-run.sh
parentff85ba77be066607baac0dc16ee59e7174b9cb72 (diff)
downloadmariadb-git-747f81c22c3099860ed0babe1993083d3c827013.tar.gz
mysql-test/mysql-test-run.sh : Provide info about the options used.
mysql-test/mysql-test-run.sh: Provide info about the options used for this run to any evaluation tool.
Diffstat (limited to 'mysql-test/mysql-test-run.sh')
-rw-r--r--mysql-test/mysql-test-run.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/mysql-test-run.sh b/mysql-test/mysql-test-run.sh
index 64eaaab9fa4..f1f146e18a9 100644
--- a/mysql-test/mysql-test-run.sh
+++ b/mysql-test/mysql-test-run.sh
@@ -250,6 +250,8 @@ START_WAIT_TIMEOUT=10
STOP_WAIT_TIMEOUT=10
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
case "$1" in
--user=*) DBUSER=`$ECHO "$1" | $SED -e "s;--user=;;"` ;;