Commit a26c9c31 authored by joerg@mysql.com's avatar joerg@mysql.com

mysql-test/mysql-test-run.pl : Output the usage error if one is given....

mysql-test/mysql-test-run.pl  :  Output the usage error if one is given. (Found when fixing bug#20303)
parent 5091df13
......@@ -2459,6 +2459,13 @@ sub valgrind_arguments {
##############################################################################
sub usage ($) {
my $message= shift;
if ( $message )
{
print STDERR "$message \n";
}
print STDERR <<HERE;
mysql-test-run [ OPTIONS ] [ TESTCASE ]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment