diff options
author | unknown <joerg@trift2.> | 2006-07-05 21:47:09 +0200 |
---|---|---|
committer | unknown <joerg@trift2.> | 2006-07-05 21:47:09 +0200 |
commit | 066cac122d16d6a529dbcc7df925c60001b4a4c1 (patch) | |
tree | d3ba1b8f8a4e928e69903320cbd7683696368b7d /mysql-test/mysql-test-run.pl | |
parent | 04b85ab689e7fd5650abbc811f8700bee99d1482 (diff) | |
parent | f0e2be13829c30a82823f2910e88313b879d67fc (diff) | |
download | mariadb-git-066cac122d16d6a529dbcc7df925c60001b4a4c1.tar.gz |
Merge mysql.com:/M50/merge-5.0 into mysql.com:/M51/merge-5.1
mysql-test/mysql-test-run.pl:
Auto merged
Diffstat (limited to 'mysql-test/mysql-test-run.pl')
-rwxr-xr-x | mysql-test/mysql-test-run.pl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index f757c59d90e..21e3fceba0c 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -555,6 +555,11 @@ sub command_line_setup () { "($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 |