summaryrefslogtreecommitdiff
path: root/test/PyUnitTests.py
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-08-10 00:56:28 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-08-10 00:56:28 -0400
commit572a37a9c61bc6678aaee9990361d41140a65415 (patch)
treeb162abc20399c69dddc92ff2472f425a402886a6 /test/PyUnitTests.py
parentcb8ca79d5c747a0de3a1c8a2379e32e080652d23 (diff)
downloadfork-ledger-572a37a9c61bc6678aaee9990361d41140a65415.tar.gz
fork-ledger-572a37a9c61bc6678aaee9990361d41140a65415.tar.bz2
fork-ledger-572a37a9c61bc6678aaee9990361d41140a65415.zip
Use $PYTHON to locate which Python interpretor to use during a build.
Diffstat (limited to 'test/PyUnitTests.py')
-rwxr-xr-xtest/PyUnitTests.py2
1 files changed, 1 insertions, 1 deletions
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