Mercurial > hg
changeset 2692:2ab464771b7d
Makefile do a chmod +x on test sceanrios
author | "Mathieu Clabaut <mathieu.clabaut@gmail.com>" |
---|---|
date | Wed, 26 Jul 2006 21:01:36 +0200 |
parents | 4e2dc5c16e61 |
children | 8342c0286184 de8dc25a3eeb |
files | Makefile |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 $@