From ccd0b3037d47fb41b54a01b8205c6d8437945c2b Mon Sep 17 00:00:00 2001 From: paulyang Date: Wed, 14 May 2014 10:04:10 +0800 Subject: [PATCH] Bugfix: add -P option in test script Otherwise nginx's installation directory could not be specified. Signed-off-by: paulyang --- tests/run-regression-tests-nginx.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run-regression-tests-nginx.pl b/tests/run-regression-tests-nginx.pl index 6e4af858..db8fe582 100755 --- a/tests/run-regression-tests-nginx.pl +++ b/tests/run-regression-tests-nginx.pl @@ -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;