diff options
author | unknown <monty@donna.mysql.fi> | 2001-03-08 22:27:43 +0200 |
---|---|---|
committer | unknown <monty@donna.mysql.fi> | 2001-03-08 22:27:43 +0200 |
commit | f34ebbd06a4522f37c7528ec3692a7a6fb6aaa0a (patch) | |
tree | aa2aeaa34ce52d13dd0ffc076941907ae763f8b2 /mysql-test/mysql-test-run.sh | |
parent | 330ea5ca8d9e1d041bdc1f50b9ec3204f20a0506 (diff) | |
download | mariadb-git-f34ebbd06a4522f37c7528ec3692a7a6fb6aaa0a.tar.gz |
Added documentation about mysql-test-run
mysql-test/mysql-test-run.sh:
Added more informative error message
Diffstat (limited to 'mysql-test/mysql-test-run.sh')
-rw-r--r-- | mysql-test/mysql-test-run.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mysql-test/mysql-test-run.sh b/mysql-test/mysql-test-run.sh index 075cfd83933..fb247000be7 100644 --- a/mysql-test/mysql-test-run.sh +++ b/mysql-test/mysql-test-run.sh @@ -291,6 +291,11 @@ report_stats () { xwhole=`$EXPR $whole \* 100` deci=`$EXPR $raw - $xwhole` $ECHO "Failed ${TOT_FAIL}/${TOT_TEST} tests, ${whole}.${deci}% successful." + $ECHO "" + $ECHO "The log files in $MYSQL_TEST_DIR/var/log may give you some hint" + $ECHO "of what when wrong." + $ECHO "If you want to report this error, please read first the documentation at" + $ECHO "http://www.mysql.com/doc/M/y/MySQL_test_suite.html" fi } |