summaryrefslogtreecommitdiffstats
path: root/src/bin/tests
diff options
context:
space:
mode:
authorJINMEI Tatuya <jinmei@isc.org>2011-09-10 00:57:43 +0200
committerJINMEI Tatuya <jinmei@isc.org>2011-09-10 00:57:43 +0200
commit4948e0c8965c3d39b6e1bcb1bdb12b9615260a27 (patch)
tree5afc75461abc0e499605abd1e033803e066f3bdd /src/bin/tests
parent[master] fixed a build error on MacOS-X g++ (diff)
downloadkea-4948e0c8965c3d39b6e1bcb1bdb12b9615260a27.tar.xz
kea-4948e0c8965c3d39b6e1bcb1bdb12b9615260a27.zip
[1101] build setup changes so that we can use a dedicated package directory
for python logging message scripts.
Diffstat (limited to 'src/bin/tests')
-rw-r--r--src/bin/tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/tests/Makefile.am b/src/bin/tests/Makefile.am
index 034152c173..446c002b8f 100644
--- a/src/bin/tests/Makefile.am
+++ b/src/bin/tests/Makefile.am
@@ -22,6 +22,6 @@ endif
echo Running test: $$pytest ; \
chmod +x $(abs_builddir)/$$pytest ; \
$(LIBRARY_PATH_PLACEHOLDER) \
- env PYTHONPATH=$(abs_top_srcdir)/src/lib/python:$(abs_top_builddir)/src/lib/python:$(abs_top_builddir)/src/lib/dns/python/.libs \
+ PYTHONPATH=$(COMMON_PYTHON_PATH):$(abs_top_builddir)/src/lib/dns/python/.libs \
$(PYCOVERAGE_RUN) $(abs_builddir)/$$pytest || exit ; \
done