BIND 10 master, updated. 04c0fbf9fa780b4a281c5982ec33e5632852cfa1 [master] fixed test failure due to missing path configuration to internal libraries for MacOS X. trivial, and okayed on jabber.
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri May 13 16:26:01 UTC 2011
The branch, master has been updated
via 04c0fbf9fa780b4a281c5982ec33e5632852cfa1 (commit)
from 224c7b9aeb3000e11790a2c667f0ee45c9481f17 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 04c0fbf9fa780b4a281c5982ec33e5632852cfa1
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri May 13 09:25:12 2011 -0700
[master] fixed test failure due to missing path configuration to internal
libraries for MacOS X.
trivial, and okayed on jabber.
-----------------------------------------------------------------------
Summary of changes:
src/bin/cfgmgr/plugins/tests/Makefile.am | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/cfgmgr/plugins/tests/Makefile.am b/src/bin/cfgmgr/plugins/tests/Makefile.am
index 48a0393..896dab7 100644
--- a/src/bin/cfgmgr/plugins/tests/Makefile.am
+++ b/src/bin/cfgmgr/plugins/tests/Makefile.am
@@ -3,6 +3,13 @@ PYTESTS = tsig_keys_test.py
EXTRA_DIST = $(PYTESTS)
+# If necessary (rare cases), explicitly specify paths to dynamic libraries
+# required by loadable python modules.
+LIBRARY_PATH_PLACEHOLDER =
+if SET_ENV_LIBRARY_PATH
+LIBRARY_PATH_PLACEHOLDER += $(ENV_LIBRARY_PATH)=$(abs_top_builddir)/src/lib/dns/.libs:$(abs_top_builddir)/src/lib/cryptolink/.libs:$(abs_top_builddir)/src/lib/util/.libs:$(abs_top_builddir)/src/lib/exceptions/.libs
+endif
+
# test using command-line arguments, so use check-local target instead of TESTS
check-local:
if ENABLE_PYTHON_COVERAGE
@@ -14,6 +21,7 @@ endif
echo Running test: $$pytest ; \
env B10_TEST_PLUGIN_DIR=$(abs_srcdir)/..:$(abs_builddir)/.. \
env PYTHONPATH=$(abs_top_srcdir)/src/lib/python:$(abs_top_builddir)/src/lib/python:$(abs_top_builddir)/src/bin/cfgmgr:$(abs_top_builddir)/src/lib/dns/python/.libs \
+ $(LIBRARY_PATH_PLACEHOLDER) \
$(PYCOVERAGE_RUN) $(abs_srcdir)/$$pytest || exit ; \
done
More information about the bind10-changes
mailing list