BIND 10 master, updated. f7a77b8a0b46d3a01fc3a31a303e029da1c5f6b3 Use serial tests option
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Feb 5 10:21:16 UTC 2013
The branch, master has been updated
via f7a77b8a0b46d3a01fc3a31a303e029da1c5f6b3 (commit)
from ee5c66336b0baf8424d5be04670dd5b96344e07e (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 f7a77b8a0b46d3a01fc3a31a303e029da1c5f6b3
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Tue Feb 5 10:52:33 2013 +0100
Use serial tests option
We don't take any benefit from the parallel harness, since we have only
one test binary in each directory, and automake can't parallelize that.
But it was hiding test output, which was annoying.
Acked on the mailing list.
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 6d1a388..19ef870 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@
AC_PREREQ([2.59])
AC_INIT(bind10, 20121219, bind10-dev at isc.org)
AC_CONFIG_SRCDIR(README)
-AM_INIT_AUTOMAKE([foreign])
+AM_INIT_AUTOMAKE([foreign serial-tests])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])dnl be backward compatible
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4macros])
More information about the bind10-changes
mailing list