diff options
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 |