changeset 2693:8342c0286184

merge with crew.
author Vadim Gelfer <vadim.gelfer@gmail.com>
date Thu, 27 Jul 2006 09:14:53 -0700
parents 2ab464771b7d (diff) accadcb4e4b5 (current diff)
children 0fb28dbf0dc7
files
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Thu Jul 27 13:18:21 2006 +0200
+++ b/Makefile	Thu Jul 27 09:14:53 2006 -0700
@@ -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 $@