BIND 10 trac648, updated. 715fd606c4d77f1947c8c26142a5d516d54a00da Fix the build.
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Mar 4 11:36:32 UTC 2011
The branch, trac648 has been updated
via 715fd606c4d77f1947c8c26142a5d516d54a00da (commit)
from f73c46eb406d7234dd7519a1d330db67813b31ab (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 715fd606c4d77f1947c8c26142a5d516d54a00da
Author: Shane Kerr <shane at isc.org>
Date: Fri Mar 4 12:36:06 2011 +0100
Fix the build.
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 1 -
src/bin/bind10/tests/Makefile.am | 4 ++--
2 files changed, 2 insertions(+), 3 deletions(-)
-----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 0f34b0d..6e9f798 100644
--- a/configure.ac
+++ b/configure.ac
@@ -711,7 +711,6 @@ AC_OUTPUT([doc/version.ent
src/bin/stats/run_b10-stats_stub.sh
src/bin/stats/tests/stats_test
src/bin/bind10/bind10.py
- src/bin/bind10/tests/bind10_test
src/bin/bind10/run_bind10.sh
src/bin/bindctl/run_bindctl.sh
src/bin/bindctl/bindctl-source.py
diff --git a/src/bin/bind10/tests/Makefile.am b/src/bin/bind10/tests/Makefile.am
index be2c091..d2a8c37 100644
--- a/src/bin/bind10/tests/Makefile.am
+++ b/src/bin/bind10/tests/Makefile.am
@@ -1,6 +1,6 @@
PYCOVERAGE_RUN = @PYCOVERAGE_RUN@
-#PYTESTS = args_test.py bind10_test.py
-PYTESTS = bind10_test.py
+#PYTESTS = args_test.py bind10_test.py signal_test.py
+PYTESTS = bind10_test.py signal_test.py
EXTRA_DIST = $(PYTESTS)
# test using command-line arguments, so use check-local target instead of TESTS
More information about the bind10-changes
mailing list