[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * info/t/Init-test.inc: modify proposed valgrind
From: |
Patrice Dumas |
Subject: |
branch master updated: * info/t/Init-test.inc: modify proposed valgrind call in comment to use basename for out of source builds and put logs in t/. |
Date: |
Thu, 10 Oct 2024 06:20:03 -0400 |
This is an automated email from the git hooks/post-receive script.
pertusus pushed a commit to branch master
in repository texinfo.
The following commit(s) were added to refs/heads/master by this push:
new cbb401800e * info/t/Init-test.inc: modify proposed valgrind call in
comment to use basename for out of source builds and put logs in t/.
cbb401800e is described below
commit cbb401800e99bacec733340cc8bf48bda3533123
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Thu Oct 10 12:19:50 2024 +0200
* info/t/Init-test.inc: modify proposed valgrind call in comment to
use basename for out of source builds and put logs in t/.
---
ChangeLog | 5 +++++
info/t/Init-test.inc | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 67305dc4cb..8e8474f4c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-10-10 Patrice Dumas <pertusus@free.fr>
+
+ * info/t/Init-test.inc: modify proposed valgrind call in comment to
+ use basename for out of source builds and put logs in t/.
+
2024-10-10 Patrice Dumas <pertusus@free.fr>
* info/filesys.c (filesys_read_info_file): convert to ssize_t to use
diff --git a/info/t/Init-test.inc b/info/t/Init-test.inc
index 3e17144600..dffc761ec5 100644
--- a/info/t/Init-test.inc
+++ b/info/t/Init-test.inc
@@ -21,7 +21,7 @@ set -x
# Use the second line to run the program under valgrind.
ginfo="./ginfo --init-file $srcdir/t/Infokey-config"
-#ginfo="valgrind --log-file=$0.val.log --leak-check=full ./ginfo --init-file
$srcdir/t/Infokey-config"
+#ginfo="valgrind --log-file=t/`basename $0.val.log` --leak-check=full ./ginfo
--init-file $srcdir/t/Infokey-config"
# Only look for Info files in our test directory
INFOPATH=$srcdir/t/infodir; export INFOPATH
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * info/t/Init-test.inc: modify proposed valgrind call in comment to use basename for out of source builds and put logs in t/.,
Patrice Dumas <=