summaryrefslogtreecommitdiff
path: root/mysql-test/mysql-test-run.pl
diff options
context:
space:
mode:
authorunknown <knielsen@knielsen-hq.org>2009-10-06 08:46:45 +0200
committerunknown <knielsen@knielsen-hq.org>2009-10-06 08:46:45 +0200
commit8a970cb07602ba40ec52c97d4e0fde437fea0b2d (patch)
tree03cffb3bef05a790f7061fc560ad4e540a1984cc /mysql-test/mysql-test-run.pl
parentd64dc0c827fcad9660d6df5370e9eadd1d28a36e (diff)
downloadmariadb-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-xmysql-test/mysql-test-run.pl2
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,