]> git.pld-linux.org Git - packages/php.git/commitdiff
skip testing XFAIL
authorElan Ruusamäe <glen@delfi.ee>
Mon, 27 Aug 2012 01:33:09 +0000 (04:33 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 27 Aug 2012 01:33:09 +0000 (04:33 +0300)
php.spec

index 709dd29d68b55b8eb436e39b2e53113d6494655f..018cc830d00c08a01d4b048eefeb33623f27e191 100644 (file)
--- 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=:
This page took 0.071387 seconds and 4 git commands to generate.