# HG changeset patch # User Thomas Arendsen Hein # Date 1154019211 -7200 # Node ID f12d2e5b97fe54382ff085d4f06070f5d491985f # Parent de8dc25a3eeb6b8dcf0982463cb49ca7dd409a3c# Parent f8bcaf5696d5761e823a821b48fbf7bf1f0ad94a Merged backout head. diff --git a/Makefile b/Makefile --- 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 $@