mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Merge branch 'PHP-8.5'
* PHP-8.5: Add RUN_RESOURCE_HEAVY_TESTS env var
This commit is contained in:
@@ -6,7 +6,7 @@ pcntl
|
||||
<?php
|
||||
include "skipif.inc";
|
||||
if (!function_exists('pcntl_sigprocmask')) die('skip Requires pcntl_sigprocmask()');
|
||||
if (!getenv("FPM_RUN_RESOURCE_HEAVY_TESTS")) die("skip resource heavy test");
|
||||
if (!getenv("RUN_RESOURCE_HEAVY_TESTS")) die("skip resource-heavy test");
|
||||
if (getenv('SKIP_SLOW_TESTS')) die('skip slow tests excluded by request');
|
||||
?>
|
||||
--FILE--
|
||||
|
||||
@@ -3,7 +3,7 @@ FPM: Process manager config pm.process_idle_timeout
|
||||
--SKIPIF--
|
||||
<?php
|
||||
include "skipif.inc";
|
||||
if (!getenv("FPM_RUN_RESOURCE_HEAVY_TESTS")) die("skip resource heavy test");
|
||||
if (!getenv("RUN_RESOURCE_HEAVY_TESTS")) die("skip resource-heavy test");
|
||||
if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
|
||||
?>
|
||||
--FILE--
|
||||
|
||||
Reference in New Issue
Block a user