[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * tp/tests/run_parser_all.sh (post_process_output
From: |
Gavin D. Smith |
Subject: |
branch master updated: * tp/tests/run_parser_all.sh (post_process_output): Do not create raw output directory except in certain cases, as stderr output is no longer filtered for all tests. |
Date: |
Sun, 29 Dec 2024 19:19:13 -0500 |
This is an automated email from the git hooks/post-receive script.
gavin pushed a commit to branch master
in repository texinfo.
The following commit(s) were added to refs/heads/master by this push:
new 8ba03e3c38 * tp/tests/run_parser_all.sh (post_process_output): Do not
create raw output directory except in certain cases, as stderr output is no
longer filtered for all tests.
8ba03e3c38 is described below
commit 8ba03e3c38713e3b0600b58773d2e65512d13fda
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Mon Dec 30 00:19:04 2024 +0000
* tp/tests/run_parser_all.sh (post_process_output):
Do not create raw output directory except in certain cases,
as stderr output is no longer filtered for all tests.
---
ChangeLog | 6 ++++++
tp/tests/run_parser_all.sh | 4 ----
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 9cac3caa4b..f464121421 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-12-30 Gavin Smith <gavinsmith0123@gmail.com>
+
+ * tp/tests/run_parser_all.sh (post_process_output):
+ Do not create raw output directory except in certain cases,
+ as stderr output is no longer filtered for all tests.
+
2024-12-29 Gavin Smith <gavinsmith0123@gmail.com>
No skipping lines after no-arg macro at end of line
diff --git a/tp/tests/run_parser_all.sh b/tp/tests/run_parser_all.sh
index 996f88375d..d56cc4a1de 100755
--- a/tp/tests/run_parser_all.sh
+++ b/tp/tests/run_parser_all.sh
@@ -139,10 +139,6 @@ post_process_output ()
${outdir}$dir/*_tex4ht_*.idv ${outdir}$dir/*_tex4ht_*.dvi \
${outdir}$dir/*_l2h.html.*
#${outdir}$dir/*_tex4ht_tex.html*
- else
- # Otherwise it's only the standard error that needs to be modified.
- mkdir -p "${raw_outdir}$dir"
- cp -p ${outdir}$dir/${basename}.2 "${raw_outdir}$dir"
fi
if test "$use_tex4ht" = 'yes' ; then
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * tp/tests/run_parser_all.sh (post_process_output): Do not create raw output directory except in certain cases, as stderr output is no longer filtered for all tests.,
Gavin D. Smith <=