diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index 44dc51b5e95..881e540b2da 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -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'"); }