#At file:///home/bm136801/my/vsconf-55/ based on revid:bjorn.munch@stripped
3107 Bjorn Munch 2010-11-05
Bug #57749 vs-config option of mysql-test-run does not work
Option was incorrectly coded without an argument
Added the missing =s
modified:
mysql-test/mysql-test-run.pl
=== modified file 'mysql-test/mysql-test-run.pl'
--- a/mysql-test/mysql-test-run.pl 2010-10-19 12:13:05 +0000
+++ b/mysql-test/mysql-test-run.pl 2010-11-05 11:28:17 +0000
@@ -887,7 +887,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,
Attachment: [text/bzr-bundle] bzr/bjorn.munch@oracle.com-20101105112817-swy0s25vp0jucevj.bundle
| Thread |
|---|
| • bzr commit into mysql-5.5-mtr branch (bjorn.munch:3107) Bug#57749 | Bjorn Munch | 5 Nov |