Skip to content

Commit

Permalink
FPM: Add "pcntl" when running another test depending on pcntl
Browse files Browse the repository at this point in the history
  • Loading branch information
bukka committed Jun 15, 2023
1 parent 7ade242 commit 9b18466
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sapi/fpm/tests/bug77023-pm-dynamic-blocking-sigquit.phpt
Expand Up @@ -36,7 +36,7 @@ EOT;


$tester = new FPM\Tester($cfg, $code);
$tester->start();
$tester->start(extensions: ['pcntl']);
$tester->expectLogStartNotices();
$tester->multiRequest(2);
$tester->status([
Expand Down
2 changes: 1 addition & 1 deletion sapi/fpm/tests/reload-uses-sigkill-as-last-measure.phpt
@@ -1,5 +1,5 @@
--TEST--
If SIGQUIT and SIGTERM during reloading fail, SIGKILL should be sent
FPM: If SIGQUIT and SIGTERM during reloading fail, SIGKILL should be sent
--EXTENSIONS--
pcntl
--SKIPIF--
Expand Down

0 comments on commit 9b18466

Please sign in to comment.