diff options
author | John Wiegley <johnw@newartisans.com> | 2007-04-15 11:50:22 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 03:35:33 -0400 |
commit | b307f741c493652d64a6dde1df424c07eb698cb4 (patch) | |
tree | 0a5103158323ce4566f52ce675398c7e984960cf /PyUnitTests.py | |
parent | 73104b1eddeecbe0732feb8dee54808039b2fc3f (diff) | |
download | fork-ledger-b307f741c493652d64a6dde1df424c07eb698cb4.tar.gz fork-ledger-b307f741c493652d64a6dde1df424c07eb698cb4.tar.bz2 fork-ledger-b307f741c493652d64a6dde1df424c07eb698cb4.zip |
Miscellaneous changes
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 |