diff options
-rwxr-xr-x | PyUnitTests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/PyUnitTests.py b/PyUnitTests.py index 7a039eba..68cf4d07 100755 --- a/PyUnitTests.py +++ b/PyUnitTests.py @@ -1,2 +1,3 @@ #!/bin/sh + PYTHONPATH=$PWD:$PYTHONPATH python tests/python/UnitTests.py |