BIND 10 trac614, updated. 4fa3cf5c5f623d24c357aac1d689a068528c73ce [trac614] Enable tracing of file descriptor
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Feb 24 20:12:01 UTC 2011
The branch, trac614 has been updated
via 4fa3cf5c5f623d24c357aac1d689a068528c73ce (commit)
from 923a47079606a6ba9368d94007b3c24aaa4ca7e5 (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 4fa3cf5c5f623d24c357aac1d689a068528c73ce
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Thu Feb 24 21:10:51 2011 +0100
[trac614] Enable tracing of file descriptor
-----------------------------------------------------------------------
Summary of changes:
tools/tests_in_valgrind.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
diff --git a/tools/tests_in_valgrind.sh b/tools/tests_in_valgrind.sh
index 7d680f5..bf489b4 100755
--- a/tools/tests_in_valgrind.sh
+++ b/tools/tests_in_valgrind.sh
@@ -15,7 +15,7 @@ set -e
# Some configuration
# TODO Escape for sed, this might break
LOGFILE="${VALGRIND_FILE:-`pwd`/valgrind.log}"
-FLAGS="${VALGRIND_FLAGS:---read-var-info=yes --leak-check=full}"
+FLAGS="${VALGRIND_FLAGS:---read-var-info=yes --leak-check=full --track-fds=yes}"
FLAGS="$FLAGS --log-file=$LOGFILE.%p"
FOUND_ANY=false
More information about the bind10-changes
mailing list