diff options
Diffstat (limited to 'PyUnitTests.py')
-rwxr-xr-x | PyUnitTests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PyUnitTests.py b/PyUnitTests.py index 56ca1ad1..7a039eba 100755 --- a/PyUnitTests.py +++ b/PyUnitTests.py @@ -1,2 +1,2 @@ #!/bin/sh -python tests/python/UnitTests.py +PYTHONPATH=$PWD:$PYTHONPATH python tests/python/UnitTests.py |