From 572a37a9c61bc6678aaee9990361d41140a65415 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 10 Aug 2008 00:56:28 -0400 Subject: Use $PYTHON to locate which Python interpretor to use during a build. --- test/PyUnitTests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/PyUnitTests.py') diff --git a/test/PyUnitTests.py b/test/PyUnitTests.py index 52671fbd..05dac4b4 100755 --- a/test/PyUnitTests.py +++ b/test/PyUnitTests.py @@ -2,4 +2,4 @@ PYTHONPATH="%builddir%":"%srcdir%":$PYTHONPATH \ DYLD_LIBRARY_PATH="%builddir%/.libs":$DYLD_LIBRARY_PATH \ - python "%srcdir%"/test/UnitTests.py + %python% "%srcdir%"/test/UnitTests.py -- cgit v1.2.3