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:
@ -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'");
|
||||
}
|
||||
|
Reference in New Issue
Block a user