We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f81392a + 6fe5824 commit 35b77beCopy full SHA for 35b77be
Makefile.frag
@@ -72,7 +72,7 @@ test-virtual: package
72
sh ./scripts/run-tests-on.sh precise64
73
74
test-clean:
75
- find $(top_srcdir)/tests -path $(top_srcdir)/tests/utils -prune -type f -name "*.diff" -o -name "*.exp" -o -name "*.log" -o -name "*.mem" -o -name "*.out" -o -name "*.php" -o -name "*.sh" | xargs rm
+ find $(top_srcdir)/tests -not \( -path $(top_srcdir)/tests/utils -prune \) -type f -name "*.diff" -o -name "*.exp" -o -name "*.log" -o -name "*.mem" -o -name "*.out" -o -name "*.php" -o -name "*.sh" | xargs -r rm
76
77
package:
78
pecl package package.xml
0 commit comments