diff options
author | unknown <joerg@mysql.com> | 2006-04-07 19:50:07 +0200 |
---|---|---|
committer | unknown <joerg@mysql.com> | 2006-04-07 19:50:07 +0200 |
commit | 9af841dafd067f6f130e144249b2e677cfcfc0d0 (patch) | |
tree | faa65fbb3de02c8581fb4fb6dee73f8778271339 /mysql-test/mysql-test-run.sh | |
parent | 1ba7235e10f4aefa2c2f0c2a4fe67975a4bd9cb3 (diff) | |
parent | a024fd69c0ccf8a8281abcc7a2c6eb03db1a1d7b (diff) | |
download | mariadb-git-9af841dafd067f6f130e144249b2e677cfcfc0d0.tar.gz |
Manual merge.
Diffstat (limited to 'mysql-test/mysql-test-run.sh')
-rw-r--r-- | mysql-test/mysql-test-run.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/mysql-test-run.sh b/mysql-test/mysql-test-run.sh index f5de3d1584b..d7e976f9d49 100644 --- a/mysql-test/mysql-test-run.sh +++ b/mysql-test/mysql-test-run.sh @@ -316,6 +316,8 @@ STRESS_INIT_FILE="" STRESS_TEST_FILE="" STRESS_TEST="" +$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 --embedded-server) |