texinfo-commits
[Top][All Lists]
Advanced

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

[8241] rename tests-parserr.txt to list-of-tests


From: gavinsmith0123
Subject: [8241] rename tests-parserr.txt to list-of-tests
Date: Fri, 28 Sep 2018 15:33:32 -0400 (EDT)

Revision: 8241
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=8241
Author:   gavin
Date:     2018-09-28 15:33:32 -0400 (Fri, 28 Sep 2018)
Log Message:
-----------
rename tests-parserr.txt to list-of-tests

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/tp/tests/nested_formats/generate_all_texi.pl

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2018-09-28 19:02:59 UTC (rev 8240)
+++ trunk/ChangeLog     2018-09-28 19:33:32 UTC (rev 8241)
@@ -1,3 +1,8 @@
+2018-09-28  Gavin Smith  <address@hidden>
+
+       * tp/tests/nested_formats/generate_all_texi.pl: Refer to 
+       list-of-tests rather than tests-parser.txt.
+
 2018-09-24  Gavin Smith  <address@hidden>
 
        * tp/Texinfo/Parser.pm (_end_line): Do not set 'misc_content'.

Modified: trunk/tp/tests/nested_formats/generate_all_texi.pl
===================================================================
--- trunk/tp/tests/nested_formats/generate_all_texi.pl  2018-09-28 19:02:59 UTC 
(rev 8240)
+++ trunk/tp/tests/nested_formats/generate_all_texi.pl  2018-09-28 19:33:32 UTC 
(rev 8241)
@@ -14,7 +14,7 @@
   $^W = 1;
 }
 
-open (TXT, 'tests-parser.txt') or die "Cannot open tests-parser.txt: $!\n";
+open (TXT, 'list-of-tests') or die "Cannot open list-of-tests: $!\n";
 
 mkdir ("all_texi");
 




reply via email to

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