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 41054faf..acae7781 100755 --- a/test/PyUnitTests.py +++ b/test/PyUnitTests.py @@ -3,4 +3,4 @@ PYTHONPATH="%builddir%":"%srcdir%":$PYTHONPATH \ LD_LIBRARY_PATH="%builddir%/.libs":$LD_LIBRARY_PATH \ DYLD_LIBRARY_PATH="%builddir%/.libs":$DYLD_LIBRARY_PATH \ - %python% "%srcdir%"/test/UnitTests.py + %python% "%builddir%"/test/python/UnitTests.py |