mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 14:02:32 +01:00
Bug#39861, added comment to mtr
This commit is contained in:
parent
bf9d1b565c
commit
53bf864735
1 changed files with 1 additions and 0 deletions
|
@ -3271,6 +3271,7 @@ sub run_testcase ($) {
|
|||
my $log_file_name= $opt_vardir."/log/".$tinfo->{shortname}.".log";
|
||||
$tinfo->{comment}=
|
||||
"Test case timeout after $opt_testcase_timeout minute(s)\n\n";
|
||||
# Add 20 last executed commands from test case log file
|
||||
if (-e $log_file_name)
|
||||
{
|
||||
$tinfo->{comment}.=
|
||||
|
|
Loading…
Reference in a new issue