diff options
author | John Wiegley <johnw@newartisans.com> | 2008-08-10 00:56:28 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-08-10 00:56:28 -0400 |
commit | 572a37a9c61bc6678aaee9990361d41140a65415 (patch) | |
tree | b162abc20399c69dddc92ff2472f425a402886a6 /test/PyUnitTests.py | |
parent | cb8ca79d5c747a0de3a1c8a2379e32e080652d23 (diff) | |
download | fork-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-x | test/PyUnitTests.py | 2 |
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 |