From 8a970cb07602ba40ec52c97d4e0fde437fea0b2d Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 6 Oct 2009 08:46:45 +0200 Subject: [PATCH] Fix broken --vs-config option of mysql-test-run.pl. --- mysql-test/mysql-test-run.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,