diff options
author | unknown <knielsen@knielsen-hq.org> | 2009-10-06 08:46:45 +0200 |
---|---|---|
committer | unknown <knielsen@knielsen-hq.org> | 2009-10-06 08:46:45 +0200 |
commit | 8a970cb07602ba40ec52c97d4e0fde437fea0b2d (patch) | |
tree | 03cffb3bef05a790f7061fc560ad4e540a1984cc /mysql-test/mysql-test-run.pl | |
parent | d64dc0c827fcad9660d6df5370e9eadd1d28a36e (diff) | |
download | mariadb-git-8a970cb07602ba40ec52c97d4e0fde437fea0b2d.tar.gz |
Fix broken --vs-config option of mysql-test-run.pl.
Diffstat (limited to 'mysql-test/mysql-test-run.pl')
-rwxr-xr-x | mysql-test/mysql-test-run.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index 9e2271bff09..7f12ac66255 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -844,7 +844,7 @@ sub command_line_setup { 'ssl|with-openssl' => \$opt_ssl, 'skip-ssl' => \$opt_skip_ssl, 'compress' => \$opt_compress, - 'vs-config' => \$opt_vs_config, + 'vs-config=s' => \$opt_vs_config, # Max number of parallel threads to use 'parallel=s' => \$opt_parallel, |