List:Commits« Previous MessageNext Message »
From:Serge Kozlov Date:November 15 2008 12:40pm
Subject:bzr commit into mysql-5.1 branch (skozlov:2700) Bug#39861
View as plain text  
#At file:///home/ksm/sun/repo/bug39861-merge/mysql-5.1-rpl/

 2700 Serge Kozlov	2008-11-15
      Bug#39861, added comment to mtr
modified:
  mysql-test/mysql-test-run.pl

=== modified file 'mysql-test/mysql-test-run.pl'
--- a/mysql-test/mysql-test-run.pl	2008-11-14 21:44:56 +0000
+++ b/mysql-test/mysql-test-run.pl	2008-11-15 11:40:40 +0000
@@ -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}.=

Thread
bzr commit into mysql-5.1 branch (skozlov:2700) Bug#39861Serge Kozlov15 Nov