BIND 10 master, updated. c7ab107ab6a5f079475085e87851d940863481dc [master] define dbutil_test.sh as noinst_SCRIPTS to auto-regenerate on modify.

BIND 10 source code commits bind10-changes at lists.isc.org
Mon Oct 8 21:13:26 UTC 2012


The branch, master has been updated
       via  c7ab107ab6a5f079475085e87851d940863481dc (commit)
      from  dd191127774034a51d658dfe6799ccb397916103 (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 c7ab107ab6a5f079475085e87851d940863481dc
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Mon Oct 8 14:12:02 2012 -0700

    [master] define dbutil_test.sh as noinst_SCRIPTS to auto-regenerate on modify.
    
    this will prevent surprising test failure on an incrementally updated dev
    tree.  okayed on jabber.

-----------------------------------------------------------------------

Summary of changes:
 src/bin/dbutil/tests/Makefile.am |    2 ++
 1 file changed, 2 insertions(+)

-----------------------------------------------------------------------
diff --git a/src/bin/dbutil/tests/Makefile.am b/src/bin/dbutil/tests/Makefile.am
index b4231b3..aaa57cc 100644
--- a/src/bin/dbutil/tests/Makefile.am
+++ b/src/bin/dbutil/tests/Makefile.am
@@ -2,6 +2,8 @@ SUBDIRS = . testdata
 
 # Tests of the update script.
 
+noinst_SCRIPTS = dbutil_test.sh
+
 check-local:
 	B10_LOCKFILE_DIR_FROM_BUILD=$(abs_top_builddir) \
 	$(SHELL) $(abs_builddir)/dbutil_test.sh



More information about the bind10-changes mailing list