Commit 8ab8a0e7 authored by Ryan Bloom's avatar Ryan Bloom
Browse files

Stop removing the test directories when rolling a build.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91766 13f79535-47bb-0310-9956-ffa450edef68
parent e4785ef9
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -55,7 +55,6 @@ rm -f STATUS
echo >> $LOG_NAME
echo "Removing files that we don't distribute" >> $LOG_NAME
find . -name ".cvsignore" -exec rm {} \; >> $LOG_NAME 
find . -type d -name "test" | xargs rm -rf >> $LOG_NAME
find . -type d -name "CVS" | xargs rm -rf >> $LOG_NAME

# expand SSI directives in the manual