Skip to content

Commit aba0722

Browse files
committed
Use graceful-stop to stop httpd in CI for faster shutdown
See owasp-modsecurity#3456
1 parent bea943b commit aba0722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run-regression-tests.pl.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ sub httpd_stop {
632632
-d => $opt{S},
633633
-f => $opt{C},
634634
(map { (-c => $_) } ("Listen localhost:$opt{p}", @_)),
635-
-k => "stop",
635+
-k => "graceful-stop",
636636
);
637637

638638
my $httpd_out;

0 commit comments

Comments
 (0)