texinfo-commits
[Top][All Lists]
Advanced

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

[8258] set TEST for tests


From: gavinsmith0123
Subject: [8258] set TEST for tests
Date: Sun, 30 Sep 2018 10:33:18 -0400 (EDT)

Revision: 8258
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=8258
Author:   gavin
Date:     2018-09-30 10:33:18 -0400 (Sun, 30 Sep 2018)
Log Message:
-----------
set TEST for tests

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/tp/t/test_utils.pl

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2018-09-30 13:57:08 UTC (rev 8257)
+++ trunk/ChangeLog     2018-09-30 14:33:18 UTC (rev 8258)
@@ -1,5 +1,9 @@
 2018-09-30  Gavin Smith  <address@hidden>
 
+       * tp/test_utils.pl: Set 'TEST' to 1 for converters.
+
+2018-09-30  Gavin Smith  <address@hidden>
+
        * tp/tests/htmlxref
        * tp/tests/htmlxref-only_mono,
        * tp/tests/htmlxref-only_split: Remove.

Modified: trunk/tp/t/test_utils.pl
===================================================================
--- trunk/tp/t/test_utils.pl    2018-09-30 13:57:08 UTC (rev 8257)
+++ trunk/tp/t/test_utils.pl    2018-09-30 14:33:18 UTC (rev 8258)
@@ -793,6 +793,7 @@
       } elsif (!defined($format_converter_options->{'OUTFILE'})) {
         $format_converter_options->{'OUTFILE'} = '';
       }
+      $format_converter_options->{'TEST'} = 1;
       ($converted_errors{$format}, $converted{$format})
            = &{$formats{$format}}($self, $test_name, $format_type, 
                                   $result, $parser, 




reply via email to

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