summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-06-07 18:15:49 +0200
committerSimon Josefsson <simon@josefsson.org>2008-06-07 18:15:49 +0200
commit8bd0a57b461acbf14f3a43975f6b1953b0bb04e7 (patch)
treeb2a141bcab0a53e4c75da1c39cec88452c72a30a
parentf106424da2ae2f7f4ac50343282fb78d04ecad0a (diff)
downloadgnutls-8bd0a57b461acbf14f3a43975f6b1953b0bb04e7.tar.gz
Fix.
-rw-r--r--NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5dffbc7bb6..d240377488 100644
--- a/NEWS
+++ b/NEWS
@@ -14,7 +14,9 @@ See the end for copying conditions.
** tests/: Added libgcrypt.supp which can be used with valgrind.
The file suppresses the known libgcrypt memory leaks, so they aren't
printed when you run valgrind on the gnutls self-tests. Use it as
-follows: valgrind --suppressions=libgcrypt.supp ./x509self
+follows: valgrind --suppressions=libgcrypt.supp ./x509self or add
+'--suppressions=/home/you/src/gnutls/tests/libgcrypt.supp' to your
+~/.valgrindrc file.
** tests/: Reduce amount of debugging output by default.
Use --verbose for each test to get the full output.