Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <mcihar@suse.cz>2012-02-14 19:19:58 +0400
committerMichal Čihař <mcihar@suse.cz>2012-02-14 19:19:58 +0400
commit752e3623d57a77a5dc0ae22e09d4b6777f4a3682 (patch)
tree3d6f310bef1d9931599deeed83a99f376772b418 /scripts
parentc748c3bf5af1b803049b904f590f255323c975bc (diff)
Remove testsuite setup from distributed tarballs as well
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/create-release.sh3
1 files changed, 3 insertions, 0 deletions
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