1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Imported fixes from 4.1 and 5.0 to 4.0.

This commit is contained in:
unknown
2005-10-25 16:56:25 +03:00
parent ca541b9ce1
commit a345629ac6
2 changed files with 5 additions and 1 deletions

View File

@@ -173,7 +173,7 @@ void report_stats()
mtr_log("\nFailed %u/%u test(s), %.02f%% successful.\n",
total_fail, total_test, percent);
mtr_log("\nThe .out and .err files in %s may give you some\n", result_dir);
mtr_log("hint of what when wrong.\n");
mtr_log("hint of what went wrong.\n");
mtr_log("\nIf you want to report this error, please first read the documentation\n");
mtr_log("at: http://www.mysql.com/doc/M/y/MySQL_test_suite.html\n");
}