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

Print number of test completed at failure

This commit is contained in:
unknown
2008-04-28 08:23:00 +02:00
parent 5ab018ff9a
commit c7caaad0fa

View File

@ -316,6 +316,8 @@ sub main {
if ( @$completed != $num_tests){
# Not all tests completed, failure
mtr_report();
mtr_report("After @$completed of $num_tests.");
mtr_error("Test failed.",
"To continue, re-run with '--force'");
}