mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Fix false positive test failure
This commit is contained in:
@@ -7,6 +7,7 @@ pcntl
|
||||
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 (getenv('TRAVIS')) die('skip Currently fails on Travis');
|
||||
if (getenv('SKIP_REPEAT')) die("skip Not repeatable");
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
Reference in New Issue
Block a user