mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Merge shellback.(none):/home/msvensson/mysql/mysql-4.1-maint
into shellback.(none):/home/msvensson/mysql/mysql-5.0-maint mysql-test/lib/mtr_report.pl: Auto merged
This commit is contained in:
@ -203,8 +203,9 @@ sub mtr_report_stats ($) {
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
my $ratio= $tot_passed * 100 / $tot_tests;
|
my $ratio= $tot_passed * 100 / $tot_tests;
|
||||||
printf "Failed $tot_failed/$tot_tests tests, " .
|
print "Failed $tot_failed/$tot_tests tests, ";
|
||||||
"%.2f\% were successful.\n\n", $ratio;
|
printf("%.2f", $ratio);
|
||||||
|
print "\% were successful.\n\n";
|
||||||
print
|
print
|
||||||
"The log files in var/log may give you some hint\n",
|
"The log files in var/log may give you some hint\n",
|
||||||
"of what went wrong.\n",
|
"of what went wrong.\n",
|
||||||
|
Reference in New Issue
Block a user