Bugfix: add -P option in test script

Otherwise nginx's installation directory could not be specified.

Signed-off-by: paulyang <paulyang.inf@gmail.com>
This commit is contained in:
paulyang
2014-05-14 10:04:10 +08:00
parent c4a5a1e11a
commit ccd0b3037d

View File

@@ -52,7 +52,7 @@ $SIG{TERM} = $SIG{INT} = \&handle_interrupt;
my $platform = "nginx";
my %opt;
getopts('A:E:D:C:T:H:a:p:dvh', \%opt);
getopts('A:E:D:C:T:H:P:a:p:dvh', \%opt);
if ($opt{d}) {
$Data::Dumper::Indent = 1;