gnutls-commit
[Top][All Lists]
Advanced

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

[SCM] GNU gnutls branch, master, updated. gnutls_3_0_3-21-g8aae368


From: Simon Josefsson
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_3_0_3-21-g8aae368
Date: Fri, 23 Sep 2011 10:15:45 +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 gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=8aae368bd1fb38e83ae2dc1de9c46e9d99252f21

The branch, master has been updated
       via  8aae368bd1fb38e83ae2dc1de9c46e9d99252f21 (commit)
      from  3fc1df4a398be9cabc805ac99f11ce373e12a042 (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 8aae368bd1fb38e83ae2dc1de9c46e9d99252f21
Author: Simon Josefsson <address@hidden>
Date:   Fri Sep 23 12:15:38 2011 +0200

    Redeuce self-test noise.

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

Summary of changes:
 tests/utils.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/utils.c b/tests/utils.c
index f4b8c4a..fd543fe 100644
--- a/tests/utils.c
+++ b/tests/utils.c
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2010 Free Software
- * Foundation, Inc.
+ * Copyright (C) 2004-2011 Free Software Foundation, Inc.
  *
  * Author: Simon Josefsson
  *
@@ -152,7 +151,8 @@ main (int argc, char *argv[])
 
   doit ();
 
-  printf ("Self test `%s' finished with %d errors\n", argv[0], error_count);
+  if (debug || error_count > 0)
+    printf ("Self test `%s' finished with %d errors\n", argv[0], error_count);
 
   return error_count ? 1 : 0;
 }


hooks/post-receive
-- 
GNU gnutls



reply via email to

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