Loading mysql-test/mysql-test-run.pl +10 −0 Original line number Diff line number Diff line Loading @@ -198,6 +198,7 @@ our $opt_big_test= 0; # Send --big-test to mysqltest our @opt_extra_mysqld_opt; our $opt_comment; our $opt_compress; our $opt_ssl; our $opt_skip_ssl; Loading Loading @@ -669,6 +670,14 @@ sub command_line_setup () { print '#' x 78, "\n\n"; } if ( $opt_comment ) { print "\n"; print '#' x 78, "\n"; print "# $opt_comment\n"; print '#' x 78, "\n\n"; } foreach my $arg ( @ARGV ) { if ( $arg =~ /^--skip-/ ) Loading Loading @@ -3256,6 +3265,7 @@ Options for coverage, profiling etc Misc options comment=STR Write STR to the output verbose Verbose output from this script script-debug Debug this script itself timer Show test case execution time Loading mysql-test/mysql-test-run.sh +8 −1 Original line number Diff line number Diff line Loading @@ -601,7 +601,14 @@ while test $# -gt 0; do FAST_START=1 ;; --use-old-data) USE_OLD_DATA=1; USE_OLD_DATA=1 ;; --comment=*) TMP=`$ECHO "$1" | $SED -e "s;--comment=;;"` echo echo '############################################' echo "# $TMP" echo '############################################' ;; -- ) shift; break ;; --* ) $ECHO "Unrecognized option: $1"; exit 1 ;; Loading Loading
mysql-test/mysql-test-run.pl +10 −0 Original line number Diff line number Diff line Loading @@ -198,6 +198,7 @@ our $opt_big_test= 0; # Send --big-test to mysqltest our @opt_extra_mysqld_opt; our $opt_comment; our $opt_compress; our $opt_ssl; our $opt_skip_ssl; Loading Loading @@ -669,6 +670,14 @@ sub command_line_setup () { print '#' x 78, "\n\n"; } if ( $opt_comment ) { print "\n"; print '#' x 78, "\n"; print "# $opt_comment\n"; print '#' x 78, "\n\n"; } foreach my $arg ( @ARGV ) { if ( $arg =~ /^--skip-/ ) Loading Loading @@ -3256,6 +3265,7 @@ Options for coverage, profiling etc Misc options comment=STR Write STR to the output verbose Verbose output from this script script-debug Debug this script itself timer Show test case execution time Loading
mysql-test/mysql-test-run.sh +8 −1 Original line number Diff line number Diff line Loading @@ -601,7 +601,14 @@ while test $# -gt 0; do FAST_START=1 ;; --use-old-data) USE_OLD_DATA=1; USE_OLD_DATA=1 ;; --comment=*) TMP=`$ECHO "$1" | $SED -e "s;--comment=;;"` echo echo '############################################' echo "# $TMP" echo '############################################' ;; -- ) shift; break ;; --* ) $ECHO "Unrecognized option: $1"; exit 1 ;; Loading