mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
mysql-test-run.pl:
Print the scalar value of $completed, not the array values
This commit is contained in:
@ -344,7 +344,7 @@ sub main {
|
|||||||
|
|
||||||
# Not all tests completed, failure
|
# Not all tests completed, failure
|
||||||
mtr_report();
|
mtr_report();
|
||||||
mtr_report(@$completed, " of $num_tests completed.");
|
mtr_report(int(@$completed), " of $num_tests completed.");
|
||||||
mtr_error("Test failed.",
|
mtr_error("Test failed.",
|
||||||
"To continue, re-run with '--force'");
|
"To continue, re-run with '--force'");
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user