Merge remote-tracking branch 'origin/QA_3_5'

This commit is contained in:
Michal Čihař 2012-02-14 16:20:08 +01:00
commit e83bf8987d

View File

@ -132,6 +132,9 @@ echo "* Removing unneeded files"
# if someone runs /test/wui.php and there are test failures
rm -rf test
# Testsuite setup
rm -f build.xml phpunit.xml.dist
# Remove git metadata
rm -rf .git
find . -name .gitignore -print0 | xargs -0 -r rm -f