List:Commits« Previous MessageNext Message »
From:msvensson Date:March 23 2006 9:30pm
Subject:bk commit into 5.0 tree (msvensson:1.2108)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of msvensson. When msvensson does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet
  1.2108 06/03/23 22:29:53 msvensson@shellback.(none) +1 -0
  Only run in libtool if running in valgrind.
  Apparently libtool isn't properly setup on all our build hosts.

  mysql-test/mysql-test-run.pl
    1.83 06/03/23 22:29:47 msvensson@shellback.(none) +2 -1
    Only run in libtool if running in valgrind. 

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	msvensson
# Host:	shellback.(none)
# Root:	/home/msvensson/mysql/mysql-5.0

--- 1.82/mysql-test/mysql-test-run.pl	2006-03-23 20:05:02 +01:00
+++ 1.83/mysql-test/mysql-test-run.pl	2006-03-23 22:29:47 +01:00
@@ -3053,9 +3053,10 @@
     ddd_arguments(\$args, \$exe, "client");
   }
 
-  if ($glob_use_libtool)
+  if ($glob_use_libtool and $opt_valgrind)
   {
     # Add "libtool --mode-execute" before the test to execute
+    # if running in valgrind(to avoid valgrinding bash)
     unshift(@$args, "--mode=execute", $exe);
     $exe= "libtool";
   }
Thread
bk commit into 5.0 tree (msvensson:1.2108)msvensson23 Mar