texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * tp/tests/run_parser_all.sh: Print stderr for te


From: Gavin D. Smith
Subject: branch master updated: * tp/tests/run_parser_all.sh: Print stderr for test error. * TODO: Remove item.
Date: Sun, 14 Feb 2021 13:08:45 -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 e33d2db  * tp/tests/run_parser_all.sh: Print stderr for test error. * 
TODO: Remove item.
e33d2db is described below

commit e33d2db0c8d3b74b78be38ed4ece7a14e1021b40
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Sun Feb 14 18:08:38 2021 +0000

    * tp/tests/run_parser_all.sh: Print stderr for test error.
    * TODO: Remove item.
---
 ChangeLog                  | 5 +++++
 TODO                       | 4 +---
 tp/tests/run_parser_all.sh | 4 +++-
 3 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 0d36a46..68038d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2021-02-14  Gavin Smith  <gavinsmith0123@gmail.com>
 
+       * tp/tests/run_parser_all.sh: Print stderr for test error.
+       * TODO: Remove item.
+
+2021-02-14  Gavin Smith  <gavinsmith0123@gmail.com>
+
        * tp/maintain/regenerate_cmd_tests.sh: Remove code that
        was supposed to print diffs (ineffective since 2018-09-01).
 
diff --git a/TODO b/TODO
index 1daab8a..219382a 100644
--- a/TODO
+++ b/TODO
@@ -1,7 +1,7 @@
 This is the todo list for GNU Texinfo.
 If you are interested in working on any of these, email bug-texinfo@gnu.org.
 
-  Copyright 1992-2020 Free Software Foundation.
+  Copyright 1992-2021 Free Software Foundation.
 
   Copying and distribution of this file, with or without modification,
   are permitted in any medium without royalty provided the copyright
@@ -24,8 +24,6 @@ If you are interested in working on any of these, email 
bug-texinfo@gnu.org.
 
 * texi2any:
   - give a warning for "makeinfo FOO.info" when "makeinfo FOO.texi" was meant
-  - print diffs for failed test under tp/tests (but don't print old
-    diffs if the program doesn't finish)
   - Improve the HTML customization API.
   - HTML: support thumbnails.
   - HTML: have a library of different CSS styles.
diff --git a/tp/tests/run_parser_all.sh b/tp/tests/run_parser_all.sh
index 8f08cfe..f424bbb 100755
--- a/tp/tests/run_parser_all.sh
+++ b/tp/tests/run_parser_all.sh
@@ -365,7 +365,9 @@ while read line; do
       fi
     else
       echo "failed with status $ret" >>$logfile
-      echo "F: ${outdir}$dir/$basename.2"
+      echo "F: ${outdir}$dir/$basename.2 (printed below)"
+      cat "${outdir}$dir/$basename.2"
+      echo "F: ${outdir}$dir/$basename.2 (printed above)"
       return_code=1
     fi
   done



reply via email to

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