Makefile do a chmod +x on test sceanrios
author"Mathieu Clabaut <mathieu.clabaut@gmail.com>"
Wed, 26 Jul 2006 21:01:36 +0200
changeset 2692 2ab464771b7d
parent 2682 4e2dc5c16e61
child 2693 8342c0286184
child 2700 de8dc25a3eeb
Makefile do a chmod +x on test sceanrios
Makefile
--- a/Makefile	Wed Jul 26 12:22:04 2006 -0700
+++ b/Makefile	Wed Jul 26 21:01:36 2006 +0200
@@ -59,9 +59,11 @@
 	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 $@