1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Added documentation about mysql-test-run

mysql-test/mysql-test-run.sh:
  Added more informative error message
This commit is contained in:
unknown
2001-03-08 22:27:43 +02:00
parent 330ea5ca8d
commit f34ebbd06a
2 changed files with 39 additions and 0 deletions

View File

@ -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
}