com php-src: Fixed test in travis: Zend/tests/bug74093.phpt
[email protected] (Xinchen Hui)
| Newsgroups | php.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: f53ea4cd6066784416ce99ef582c564367bbded1 Author: Xinchen Hui <[email protected]> Wed, 15 Feb 2017 17:31:27 +0800 Parents: 8d94d5d94223ffd9797eec0a209df0423b3a350f Branches: PHP-7.1 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=f53ea4cd6066784416ce99ef582c564367bbded1 Log: Fixed test in travis Changed paths: M Zend/tests/bug74093.phpt Diff: diff --git a/Zend/tests/bug74093.phpt b/Zend/tests/bug74093.phpt index d01f8e9..bf5e507 100644 --- a/Zend/tests/bug74093.phpt +++ b/Zend/tests/bug74093.phpt @@ -3,6 +3,7 @@ Bug #74093 (Maximum execution time of n+2 seconds exceed not written in error_lo --SKIPIF-- <?php if (getenv("SKIP_SLOW_TESTS")) die("skip slow test"); +if (PHP_ZTS) die("skip only for no-zts build"); ?> --INI-- memory_limit=1G