diff options
author | joerg@mysql.com <> | 2006-06-08 19:57:26 +0200 |
---|---|---|
committer | joerg@mysql.com <> | 2006-06-08 19:57:26 +0200 |
commit | 1cd78f7a2b03aea1e5736958afffafc6fd808a30 (patch) | |
tree | ef36ee596d8b068f6b4138ce752c5b01316d7b43 /mysql-test/mysql-test-run.pl | |
parent | 47f37f4d4506c769c82b94c887fd28e1fb26bc90 (diff) | |
parent | a26c9c31a19cc89b9ae7cd5e56d1c46fe9d0edd5 (diff) | |
download | mariadb-git-1cd78f7a2b03aea1e5736958afffafc6fd808a30.tar.gz |
Merge mysql.com:/M41/bug20303-4.1 into mysql.com:/M50/bug20303-5.0
Diffstat (limited to 'mysql-test/mysql-test-run.pl')
-rwxr-xr-x | mysql-test/mysql-test-run.pl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index 680aa9735df..92407380ac2 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -3434,6 +3434,13 @@ sub valgrind_arguments { ############################################################################## sub usage ($) { + my $message= shift; + + if ( $message ) + { + print STDERR "$message \n"; + } + print STDERR <<HERE; mysql-test-run [ OPTIONS ] [ TESTCASE ] |