diff options
-rw-r--r-- | php-pecl-dom-varimport.spec | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/php-pecl-dom-varimport.spec b/php-pecl-dom-varimport.spec index 28efb0a..39be0b4 100644 --- a/php-pecl-dom-varimport.spec +++ b/php-pecl-dom-varimport.spec @@ -179,6 +179,9 @@ done %check export NO_INTERACTION=1 export REPORT_EXIT_STATUS=1 +%ifnarch x86_64 +rm ?TS/tests/003_mem_leaks.phpt +%endif cd NTS : Minimal load test for NTS extension @@ -255,4 +258,6 @@ fi * Tue Aug 4 2015 Remi Collet <remi@fedoraproject.org> - 1.11.2-1 - Initial RPM package - open https://github.com/DmitryKoterov/dom_varimport/pull/5 - fix config.m4 + fix role for tests
\ No newline at end of file + fix config.m4 + fix role for tests +- open https://github.com/DmitryKoterov/dom_varimport/issues/6 + failed test with php 5.6 / 32bits
\ No newline at end of file |