Skip to content

Commit 8995eb6

Browse files
committed
Ensure pruned utils directory is excluded from find output
1 parent f81392a commit 8995eb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.frag

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ test-virtual: package
7272
sh ./scripts/run-tests-on.sh precise64
7373

7474
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
75+
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 rm
7676

7777
package:
7878
pecl package package.xml

0 commit comments

Comments
 (0)