texinfo-commits
[Top][All Lists]
Advanced

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

[no subject]


From: Gavin D. Smith
Date: Thu, 19 Dec 2024 14:44:46 -0500 (EST)

branch: master
commit 84d974213d738dc860f84cb662f9ac87289ffab8
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Thu Dec 19 19:19:45 2024 +0000

    * install-info/tests/defs.in: adjust valgrind invocation to
    report on memory leaks and use a log file
---
 ChangeLog                  | 5 +++++
 install-info/tests/defs.in | 5 ++---
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 39cb8047b5..c90fff4a7a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-12-19  Gavin Smith <gavinsmith0123@gmail.com>
+
+       * install-info/tests/defs.in: adjust valgrind invocation to
+       report on memory leaks and use a log file
+
 2024-12-19  Gavin Smith <gavinsmith0123@gmail.com>
 
        * README-hacking: tweak instructions for checking with valgrind
diff --git a/install-info/tests/defs.in b/install-info/tests/defs.in
index 17e0faa281..31259f2b50 100644
--- a/install-info/tests/defs.in
+++ b/install-info/tests/defs.in
@@ -41,9 +41,8 @@ fi
 # Get messages in English
 LC_ALL=C ; export LC_ALL
 
-# Use first line to run valgrind on the tests.  After "make check",
-# check for errors with "grep ERROR\ SUM *.log".
-#valgrind='valgrind '
+# Use first line to run valgrind on the tests.
+#valgrind="valgrind --log-file=`basename $0.val.log` --leak-check=full "
 valgrind=
 
 # Two variables we use in the test scripts:



reply via email to

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