mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 02:51:44 +01:00
Merge mysql.com:/M50/merge-5.0 into mysql.com:/M51/merge-5.1
mysql-test/mysql-test-run.pl: Auto merged
This commit is contained in:
commit
066cac122d
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue