texinfo-commits
[Top][All Lists]
Advanced

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

[6944] TestXS debugging output


From: Gavin D. Smith
Subject: [6944] TestXS debugging output
Date: Fri, 15 Jan 2016 19:22:21 +0000

Revision: 6944
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=6944
Author:   gavin
Date:     2016-01-15 19:22:20 +0000 (Fri, 15 Jan 2016)
Log Message:
-----------
TestXS debugging output

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/tp/Texinfo/Convert/XSParagraph/TestXS.pm

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2016-01-15 18:26:28 UTC (rev 6943)
+++ trunk/ChangeLog     2016-01-15 19:22:20 UTC (rev 6944)
@@ -1,5 +1,10 @@
 2016-01-15  Gavin Smith  <address@hidden>
 
+       * tp/Texinfo/Convert/XSParagraph/TestXS.pm: Re-add line for 
+       debugging output, for better trouble-shooting.
+
+2016-01-15  Gavin Smith  <address@hidden>
+
        * tp/tests/README: Add example of how to update long tests.
 
 2016-01-15  Gavin Smith  <address@hidden>

Modified: trunk/tp/Texinfo/Convert/XSParagraph/TestXS.pm
===================================================================
--- trunk/tp/Texinfo/Convert/XSParagraph/TestXS.pm      2016-01-15 18:26:28 UTC 
(rev 6943)
+++ trunk/tp/Texinfo/Convert/XSParagraph/TestXS.pm      2016-01-15 19:22:20 UTC 
(rev 6944)
@@ -50,8 +50,8 @@
 #
 # Other values are treated at the moment as 'default'.
 
-#my $TEXINFO_XS = 'debug';
-my $TEXINFO_XS;
+my $TEXINFO_XS = 'debug';
+#my $TEXINFO_XS = $ENV{'TEXINFO_XS'};
 if (!defined($TEXINFO_XS)) {
   $TEXINFO_XS = '';
 }




reply via email to

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