1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Extend the Perl script running the test suite to produce a "Logging:" line (like the shell script does).

This commit is contained in:
joerg@mysql.com
2006-07-05 20:17:04 +02:00
parent 04ae971576
commit c9dc1184fd

View File

@ -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