diff options
author | igor@rurik.mysql.com <> | 2006-07-14 14:45:23 -0700 |
---|---|---|
committer | igor@rurik.mysql.com <> | 2006-07-14 14:45:23 -0700 |
commit | 6e75a11b0121f50f61cf77a7df78e557f65c37bd (patch) | |
tree | a475d8d28c7331408aa0ed735d377f2be7051407 /mysql-test/mysql-test-run.pl | |
parent | ce57588434a8b1a5775201c69c05fb382e9d8399 (diff) | |
parent | 10b2590c0b8a0d766f1b15330f3d9681aa41f9aa (diff) | |
download | mariadb-git-6e75a11b0121f50f61cf77a7df78e557f65c37bd.tar.gz |
Merge ibabaev@bk-internal.mysql.com:/home/bk/mysql-5.0-opt
into rurik.mysql.com:/home/igor/mysql-5.0-opt
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 5226e6f80df..14bd9b198a2 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -534,6 +534,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 |