From: magnus.blaudd Date: October 10 2011 8:31am Subject: bzr push into mysql-5.1-telco-6.3 branch (magnus.blaudd:3454 to 3455) List-Archive: http://lists.mysql.com/commits/141369 Message-Id: <201110100831.p9A8VkDj014394@acsmt356.oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 3455 magnus.blaudd@stripped 2011-10-10 Turn off --check-testcase when valgrinding to save time modified: mysql-test/mysql-test-run.pl 3454 magnus.blaudd@stripped 2011-10-10 [merge] Merge added: mysql-test/suite/ndb_big/bug37983-master.opt mysql-test/suite/ndb_big/disabled.def === modified file 'mysql-test/mysql-test-run.pl' --- a/mysql-test/mysql-test-run.pl 2011-06-30 15:55:35 +0000 +++ b/mysql-test/mysql-test-run.pl 2011-10-10 08:30:55 +0000 @@ -1509,6 +1509,10 @@ sub command_line_setup { mtr_report("Running valgrind with options \"", join(" ", @valgrind_args), "\""); + + # Turn off check testcases to save time + mtr_report("Turning off --check-testcases to save time when valgrinding"); + $opt_check_testcases = 0; } mtr_report("Checking supported features..."); No bundle (reason: useless for push emails).