This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU gss".
http://git.savannah.gnu.org/cgit/gss.git/commit/?id=2cdeae6b60a2693391f6f767686d3156dd2f4a07 The branch, master has been updated via 2cdeae6b60a2693391f6f767686d3156dd2f4a07 (commit) from e9f580ab010a3540490d676d0883357a3f72ab25 (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 2cdeae6b60a2693391f6f767686d3156dd2f4a07 Author: Simon Josefsson <[email protected]> Date: Tue Apr 13 10:15:31 2010 +0200 Use valgrind -q. ----------------------------------------------------------------------- Summary of changes: m4/valgrind.m4 | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/m4/valgrind.m4 b/m4/valgrind.m4 index e22370f..c460c34 100644 --- a/m4/valgrind.m4 +++ b/m4/valgrind.m4 @@ -1,5 +1,5 @@ -# valgrind.m4 serial 2 -dnl Copyright (C) 2008, 2009 Free Software Foundation, Inc. +# valgrind.m4 serial 3 +dnl Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -21,8 +21,9 @@ AC_DEFUN([sj_VALGRIND], AC_CHECK_PROGS(VALGRIND, valgrind) fi - if test -n "$VALGRIND" && $VALGRIND true > /dev/null 2>&1; then + if test -n "$VALGRIND" && $VALGRIND -q true > /dev/null 2>&1; then opt_valgrind_tests=yes + VALGRIND="$VALGRIND -q" else opt_valgrind_tests=no VALGRIND= hooks/post-receive -- GNU gss _______________________________________________ Gss-commit mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gss-commit
