Skip to content

Commit 5f38469

Browse files
InfoHunterFelipe Zimmerle
authored andcommitted
Bugfix: add -P option in test script
Otherwise nginx's installation directory could not be specified. Signed-off-by: paulyang <paulyang.inf@gmail.com>
1 parent 6b5983e commit 5f38469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run-regression-tests-nginx.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
my $platform = "nginx";
5353

5454
my %opt;
55-
getopts('A:E:D:C:T:H:a:p:dvh', \%opt);
55+
getopts('A:E:D:C:T:H:P:a:p:dvh', \%opt);
5656

5757
if ($opt{d}) {
5858
$Data::Dumper::Indent = 1;

0 commit comments

Comments
 (0)