Commit 6c5c1d06 authored by unknown's avatar unknown

Print number of test completed at failure

parent 89689292
......@@ -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'");
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment