From f34ebbd06a4522f37c7528ec3692a7a6fb6aaa0a Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 8 Mar 2001 22:27:43 +0200 Subject: Added documentation about mysql-test-run mysql-test/mysql-test-run.sh: Added more informative error message --- mysql-test/mysql-test-run.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'mysql-test/mysql-test-run.sh') 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 } -- cgit v1.2.1