Commit 1cd78f7a authored by joerg@mysql.com's avatar joerg@mysql.com

Merge mysql.com:/M41/bug20303-4.1 into mysql.com:/M50/bug20303-5.0

parents 47f37f4d a26c9c31
...@@ -3434,6 +3434,13 @@ sub valgrind_arguments { ...@@ -3434,6 +3434,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 ]
......
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