[packages/php/PHP_5_4] skip testing XFAIL

glen glen at pld-linux.org
Mon Aug 27 03:33:14 CEST 2012


commit bbf35c278f47b34e3e211d5097780ff45d0c32a0
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Mon Aug 27 04:33:09 2012 +0300

    skip testing XFAIL

 php.spec | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/php.spec b/php.spec
index 709dd29..018cc83 100644
--- a/php.spec
+++ b/php.spec
@@ -1993,6 +1993,10 @@ mv Zend/tests/bug39438.phpt{,.disable}
 %{__rm} -r ext/sqlite3/tests
 %endif
 
+# skip XFAILs
+# no point testing stuff that is knowingly broken
+find -name '*.phpt' | xargs grep XFAIL -l | xargs rm -v
+
 env \
 %ifarch %{ix86}
 ix86= x8664=:


More information about the pld-cvs-commit mailing list