shishi-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU shishi branch, master, updated. shishi-0-0-43-15-ga0c4924


From: Simon Josefsson
Subject: [SCM] GNU shishi branch, master, updated. shishi-0-0-43-15-ga0c4924
Date: Thu, 22 Apr 2010 08:16:37 +0000

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 shishi".

http://git.savannah.gnu.org/cgit/shishi.git/commit/?id=a0c4924bb84264d85ff82905fc5a7ddd34b27952

The branch, master has been updated
       via  a0c4924bb84264d85ff82905fc5a7ddd34b27952 (commit)
      from  8049e4532552198856149c812cc77600c033656d (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 a0c4924bb84264d85ff82905fc5a7ddd34b27952
Author: Simon Josefsson <address@hidden>
Date:   Thu Apr 22 10:16:32 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 shishi




reply via email to

[Prev in Thread] Current Thread [Next in Thread]