mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fix false positive test failure
This commit is contained in:
parent
2a1cc4eecb
commit
a37d661db5
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ pcntl
|
||||||
if (!function_exists("pcntl_getcpu")) die("skip pcntl_getcpu() is not available");
|
if (!function_exists("pcntl_getcpu")) die("skip pcntl_getcpu() is not available");
|
||||||
if (!function_exists("pcntl_setcpuaffinity")) die("skip pcntl_setcpuaffinity() is not available");
|
if (!function_exists("pcntl_setcpuaffinity")) die("skip pcntl_setcpuaffinity() is not available");
|
||||||
if (getenv('TRAVIS')) die('skip Currently fails on Travis');
|
if (getenv('TRAVIS')) die('skip Currently fails on Travis');
|
||||||
|
if (getenv('SKIP_REPEAT')) die("skip Not repeatable");
|
||||||
?>
|
?>
|
||||||
--FILE--
|
--FILE--
|
||||||
<?php
|
<?php
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue