changeset 2700:de8dc25a3eeb

Backed out changeset 2ab464771b7d15c60014996d2853efc92cdb8465 - it always runs chmod - uses chmod in an unsafe way - if somebody does a clone of a repo, runs 'make tests', everything is fine, so he can assume the original repo is fine, too, but it is not.
author Thomas Arendsen Hein <thomas@intevation.de>
date Thu, 27 Jul 2006 18:53:10 +0200
parents 2ab464771b7d
children f12d2e5b97fe
files Makefile
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Wed Jul 26 21:01:36 2006 +0200
+++ b/Makefile	Thu Jul 27 18:53:10 2006 +0200
@@ -59,11 +59,9 @@
 	TAR_OPTIONS="--owner=root --group=root --mode=u+w,go-w,a+rX-s" $(PYTHON) setup.py sdist --force-manifest
 
 tests:
-	@ls tests/test-* | grep -v '[.~]' | xargs chmod +x
 	cd tests && $(PYTHON) run-tests.py
 
 test-%:
-	@chmod +x tests/$@
 	cd tests && $(PYTHON) run-tests.py $@