texinfo-commits
[Top][All Lists]
Advanced

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

[no subject]


From: Patrice Dumas
Date: Fri, 2 Feb 2024 03:45:56 -0500 (EST)

branch: master
commit 3236e48238a4f3bbfa788817050b691c16782089
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Fri Feb 2 08:52:10 2024 +0100

    * tp/tests/Makefile.onetst, tp/tests/coverage/list-of-tests: disable
    the test of --trace-includes as it leads to a different result in out
    of sources build.
---
 ChangeLog                                             |  6 ++++++
 tp/tests/Makefile.onetst                              |  1 -
 tp/tests/coverage/list-of-tests                       |  3 ++-
 .../coverage_formatting_trace_includes.sh             | 19 -------------------
 4 files changed, 8 insertions(+), 21 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index ebf52e05c3..3f92168a38 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-02-02  Patrice Dumas  <pertusus@free.fr>
+
+       * tp/tests/Makefile.onetst, tp/tests/coverage/list-of-tests: disable
+       the test of --trace-includes as it leads to a different result in out
+       of sources build.
+
 2024-02-01  Patrice Dumas  <pertusus@free.fr>
 
        * tp/Texinfo/XS/main/get_perl_info.c
diff --git a/tp/tests/Makefile.onetst b/tp/tests/Makefile.onetst
index fa6bf081ac..94a8e8dd0a 100644
--- a/tp/tests/Makefile.onetst
+++ b/tp/tests/Makefile.onetst
@@ -81,7 +81,6 @@ type_base_one_test_files_generated_list =  \
     test_scripts/coverage_formatting_epub.sh \
     test_scripts/coverage_formatting_textcontent.sh \
     test_scripts/coverage_formatting_rawtext.sh \
-    test_scripts/coverage_formatting_trace_includes.sh \
     test_scripts/coverage_formatting_html32.sh \
     test_scripts/coverage_formatting_xhtml.sh \
     test_scripts/coverage_formatting_chm.sh \
diff --git a/tp/tests/coverage/list-of-tests b/tp/tests/coverage/list-of-tests
index bc3c222668..0029db56ca 100644
--- a/tp/tests/coverage/list-of-tests
+++ b/tp/tests/coverage/list-of-tests
@@ -17,7 +17,8 @@ formatting_textcontent formatting.texi -c 
TEXINFO_OUTPUT_FORMAT=textcontent
 # used to format text fragments in converters, minimal formatting
 formatting_rawtext formatting.texi -c TEXINFO_OUTPUT_FORMAT=rawtext
 
-formatting_trace_includes formatting.texi --trace-includes
+# disabled because there is a different output in out of build tests.
+#formatting_trace_includes formatting.texi --trace-includes
 
 # formats present in the documentation not tested: debugtree and texinfosxml
 #formatting_sxml formatting.texi -c TEXINFO_OUTPUT_FORMAT=texinfosxml
diff --git a/tp/tests/test_scripts/coverage_formatting_trace_includes.sh 
b/tp/tests/test_scripts/coverage_formatting_trace_includes.sh
deleted file mode 100755
index 77535988f3..0000000000
--- a/tp/tests/test_scripts/coverage_formatting_trace_includes.sh
+++ /dev/null
@@ -1,19 +0,0 @@
-#! /bin/sh
-# This file generated by maintain/regenerate_cmd_tests.sh
-
-if test z"$srcdir" = "z"; then
-  srcdir=.
-fi
-
-one_test_logs_dir=test_log
-
-
-dir=coverage
-name='formatting_trace_includes'
-mkdir -p $dir
-
-"$srcdir"/run_parser_all.sh -dir $dir $name
-exit_status=$?
-cat $dir/$one_test_logs_dir/$name.log
-exit $exit_status
-



reply via email to

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