summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Zabaluev <mikhail.zabaluev@nokia.com>2008-03-20 17:43:58 +0000
committerMikhail Zabaluev <mikhail.zabaluev@nokia.com>2008-03-20 17:43:58 +0000
commitf68585b95b6c1dec3767a046c839ba300f2ab938 (patch)
treeb18edd3436a790ed930d000e2c0a0216168f3daf
parent4c629fc8bee2ca2c18a0fe071ef817fe778eddaf (diff)
Use the value of PYTHON subst variable to run tests with
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 7f1d4a2..c155b73 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -6,7 +6,7 @@ TWISTED_TESTS = \
test-message.py
_check-twisted:
- $(MAKE) check TESTS="$(TWISTED_TESTS)" TESTS_ENVIRONMENT=python
+ $(MAKE) check TESTS="$(TWISTED_TESTS)" TESTS_ENVIRONMENT=$(PYTHON)
check-twisted:
chmod u+x *.sh