texinfo-commits
[Top][All Lists]
Advanced

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

[8343] sectioning only run each test once


From: gavinsmith0123
Subject: [8343] sectioning only run each test once
Date: Fri, 19 Oct 2018 16:39:09 -0400 (EDT)

Revision: 8343
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=8343
Author:   gavin
Date:     2018-10-19 16:39:09 -0400 (Fri, 19 Oct 2018)
Log Message:
-----------
sectioning only run each test once

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/tp/tests/sectioning/Makefile.am
    trunk/tp/tests/sectioning/list-of-tests

Removed Paths:
-------------
    trunk/tp/tests/sectioning/res_parser_html/

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2018-10-19 20:09:32 UTC (rev 8342)
+++ trunk/ChangeLog     2018-10-19 20:39:09 UTC (rev 8343)
@@ -1,5 +1,11 @@
 2018-10-19  Gavin Smith  <address@hidden>
 
+       * tp/tests/sectioning/list-of-tests: Do not run every test
+       twice, once with '--html', once with '-c TEXI2HTML'.  Only use 
+       the latter.
+
+2018-10-19  Gavin Smith  <address@hidden>
+
        * tp/tests/run_parser_all.sh: Do not substitute a
        "@PATH_SEPARATOR@" sequence in the list-of-tests files.
        It is only used in one test so is not worth the complication.

Modified: trunk/tp/tests/sectioning/Makefile.am
===================================================================
--- trunk/tp/tests/sectioning/Makefile.am       2018-10-19 20:09:32 UTC (rev 
8342)
+++ trunk/tp/tests/sectioning/Makefile.am       2018-10-19 20:39:09 UTC (rev 
8343)
@@ -20,12 +20,12 @@
  \
  renamednodes.cnf-ref \
  list-of-tests \
- res_parser res_parser_html
+ res_parser
 
 DISTCLEANFILES = tests.log tests.out equivalent_nodes-noderename.cnf
 
 distclean-local:
-       rm -rf out_parser out_parser_html diffs test_log
+       rm -rf out_parser diffs test_log
 
 dist-hook:
-       rm -rf `find $(distdir)/res_parser $(distdir)/res_parser_html -name 
.svn`
+       rm -rf `find $(distdir)/res_parser -name .svn`

Modified: trunk/tp/tests/sectioning/list-of-tests
===================================================================
--- trunk/tp/tests/sectioning/list-of-tests     2018-10-19 20:09:32 UTC (rev 
8342)
+++ trunk/tp/tests/sectioning/list-of-tests     2018-10-19 20:39:09 UTC (rev 
8343)
@@ -1,4 +1,3 @@
-# formats :_html
 # $Id$
 # Public domain.  Originally created by Patrice Dumas.
 




reply via email to

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