mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Bug#39861, added comment to mtr
This commit is contained in:
@ -3271,6 +3271,7 @@ sub run_testcase ($) {
|
|||||||
my $log_file_name= $opt_vardir."/log/".$tinfo->{shortname}.".log";
|
my $log_file_name= $opt_vardir."/log/".$tinfo->{shortname}.".log";
|
||||||
$tinfo->{comment}=
|
$tinfo->{comment}=
|
||||||
"Test case timeout after $opt_testcase_timeout minute(s)\n\n";
|
"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)
|
if (-e $log_file_name)
|
||||||
{
|
{
|
||||||
$tinfo->{comment}.=
|
$tinfo->{comment}.=
|
||||||
|
Reference in New Issue
Block a user