From 996267f528b8d0e9be912204773d4502b6bd085e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 16 Aug 2014 11:20:14 +0200 Subject: php-ocramius-instantiator: Ignore test suite result with PHP 5.6.0 --- php-ocramius-instantiator.spec | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'php-ocramius-instantiator.spec') diff --git a/php-ocramius-instantiator.spec b/php-ocramius-instantiator.spec index 5e6bac0..b4a0af9 100644 --- a/php-ocramius-instantiator.spec +++ b/php-ocramius-instantiator.spec @@ -86,7 +86,11 @@ sed -e '/Instantiator/d' \ : Run test suite phpunit \ --bootstrap autoload.php \ +%if "%{?php_version}" > "5.6" + -d date.timezone=UTC || : Ignore test suite result with PHP %{?php_version} +%else -d date.timezone=UTC +%endif %else : Test suite disabled %endif -- cgit