mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
mysql-test/mysql-test-run.pl : Output the usage error if one is given. (Found when fixing bug#20303)
This commit is contained in:
@ -2459,6 +2459,13 @@ sub valgrind_arguments {
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
|
|
||||||
sub usage ($) {
|
sub usage ($) {
|
||||||
|
my $message= shift;
|
||||||
|
|
||||||
|
if ( $message )
|
||||||
|
{
|
||||||
|
print STDERR "$message \n";
|
||||||
|
}
|
||||||
|
|
||||||
print STDERR <<HERE;
|
print STDERR <<HERE;
|
||||||
|
|
||||||
mysql-test-run [ OPTIONS ] [ TESTCASE ]
|
mysql-test-run [ OPTIONS ] [ TESTCASE ]
|
||||||
|
Reference in New Issue
Block a user