diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-06-26 11:44:19 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-06-26 11:44:19 +0200 |
commit | 76b944f3921db2b9b11d471042e060bb46e2e6e7 (patch) | |
tree | 3d8c945896b2b02f851cb24486aa6f5402c07aaf | |
parent | bcc35e0d0bf613d92b4b3e6332c5a7f6de52252a (diff) |
php-bartlett-PHP-CompatInfo: improve test suite
-rw-r--r-- | php-bartlett-PHP-CompatInfo.spec | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/php-bartlett-PHP-CompatInfo.spec b/php-bartlett-PHP-CompatInfo.spec index 5bc28db..abdb62b 100644 --- a/php-bartlett-PHP-CompatInfo.spec +++ b/php-bartlett-PHP-CompatInfo.spec @@ -137,13 +137,13 @@ install -D -p -m 755 %{SOURCE1} %{buildroot}%{_datadir}/%{name} # drop some test because of RC version rm tests/Reference/Extension/AmqpExtensionTest.php rm tests/Reference/Extension/SphinxExtensionTest.php - +%if 0%{?fedora} < 21 && 0%{?rhel} < 7 +rm tests/Reference/Extension/CurlExtensionTest.php +rm tests/Reference/Extension/LibxmlExtensionTest.php +%endif %{_bindir}/phpunit \ --include-path %{buildroot}%{_datadir}/php \ -d memory_limit=1G -%if 0%{?fedora} < 21 - || exit 0 -%endif %endif |