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 | |
parent | 73104b1eddeecbe0732feb8dee54808039b2fc3f (diff) | |
download | ledger-b307f741c493652d64a6dde1df424c07eb698cb4.tar.gz ledger-b307f741c493652d64a6dde1df424c07eb698cb4.tar.bz2 ledger-b307f741c493652d64a6dde1df424c07eb698cb4.zip |
Miscellaneous changes
-rw-r--r-- | Makefile.am | 2 | ||||
-rwxr-xr-x | PyUnitTests.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 561130a8..f167b3e8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -227,4 +227,4 @@ all-clean: maintainer-clean acconf.h.in aclocal.m4 autom4te config.guess config.sub \ configure depcomp install-sh libtool ltconfig ltmain.sh \ missing stamp texinfo.tex Makefile.in mkinstalldirs \ - elisp-comp elc-stamp py-compile *.gch UnitTests + elisp-comp elc-stamp elc-temp py-compile 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 |