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

Get name for .reject and .log files from result file name

This commit is contained in:
unknown
2006-11-21 15:16:12 +01:00
parent 0bfad0da5c
commit d4aadb0613
2 changed files with 7 additions and 2 deletions

View File

@ -3203,7 +3203,7 @@ sub report_failure_and_restart ($) {
my $tinfo= shift;
mtr_report_test_failed($tinfo);
mtr_show_failed_diff($tinfo->{'name'});
mtr_show_failed_diff($tinfo->{'result_file'});
print "\n";
if ( $opt_force )
{