Merged backout head.
authorThomas Arendsen Hein <thomas@intevation.de>
Thu, 27 Jul 2006 18:53:31 +0200
changeset 2701 f12d2e5b97fe
parent 2700 de8dc25a3eeb (diff)
parent 2699 f8bcaf5696d5 (current diff)
child 2705 030d0abdf91b
Merged backout head.
--- a/Makefile
+++ b/Makefile
@@ -59,11 +59,9 @@ dist-notests:	doc
 	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 $@