List:Commits« Previous MessageNext Message »
From:Joerg Bruehe Date:July 5 2006 6:17pm
Subject:bk commit into 5.0 tree (joerg:1.2207)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of joerg. When joerg 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.2207 06/07/05 20:17:04 joerg@stripped +1 -0
  Extend the Perl script running the test suite to produce a "Logging:" line (like the shell script does).

  mysql-test/mysql-test-run.pl
    1.102 06/07/05 20:16:58 joerg@stripped +5 -0
    Now that the RPM spec files use the Perl script to run the tests, we also need the "Logging:"
    line in its output, because otherwise we lack the information how the test suite was run.
    Add the line.

# 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:	joerg
# Host:	trift2.
# Root:	/M50/merge-5.0

--- 1.101/mysql-test/mysql-test-run.pl	2006-06-19 14:57:35 +02:00
+++ 1.102/mysql-test/mysql-test-run.pl	2006-07-05 20:16:58 +02:00
@@ -534,6 +534,11 @@
               "($opt_master_myport - $opt_master_myport + 10)");
   }
 
+  # This is needed for test log evaluation in "gen-build-status-page"
+  # in all cases where the calling tool does not log the commands
+  # directly before it executes them, like "make test-force-pl" in RPM builds.
+  print "Logging: $0 ", join(" ", @ARGV), "\n";
+
   # Read the command line
   # Note: Keep list, and the order, in sync with usage at end of this file
 
Thread
bk commit into 5.0 tree (joerg:1.2207)Joerg Bruehe5 Jul