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

Ensure that the tests with '--ps-protocol' and '--embedded-server' are taken even

after the previous run had some failures, provided it did not totally crash.
This commit is contained in:
joerg@mysql.com
2005-03-03 13:04:44 +01:00
parent aaf4b11f11
commit c28adf3173
2 changed files with 4 additions and 4 deletions

View File

@ -833,7 +833,7 @@ report_stats () {
whole=`$PRINTF %.2s $raw`
xwhole=`$EXPR $whole \* 100`
deci=`$EXPR $raw - $xwhole`
$ECHO "Failed ${TOT_FAIL}/${TOT_TEST} tests, ${whole}.${deci}% successful."
$ECHO "Failed ${TOT_FAIL}/${TOT_TEST} tests, ${whole}.${deci}% were successful."
$ECHO ""
$ECHO "The log files in $MY_LOG_DIR may give you some hint"
$ECHO "of what when wrong."