From 752e3623d57a77a5dc0ae22e09d4b6777f4a3682 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 14 Feb 2012 16:19:58 +0100 Subject: [PATCH] Remove testsuite setup from distributed tarballs as well --- scripts/create-release.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/create-release.sh b/scripts/create-release.sh index fe1b80cd44..a3cee21419 100755 --- a/scripts/create-release.sh +++ b/scripts/create-release.sh @@ -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