[latex3-commits] [l3svn] 08/10: l3build: The number of tests is presumably global

noreply at latex-project.org noreply at latex-project.org
Thu Jun 22 16:53:30 CEST 2017


This is an automated email from the git hooks/post-receive script.

joseph pushed a commit to branch master
in repository l3svn.

commit 66c7c3d25e242c3611b6fa722b13498bcbd1df56
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Jun 22 14:07:55 2017 +0100

    l3build: The number of tests is presumably global
---
 l3build/l3build.dtx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/l3build/l3build.dtx b/l3build/l3build.dtx
index bee8a95..7776a83 100644
--- a/l3build/l3build.dtx
+++ b/l3build/l3build.dtx
@@ -1473,7 +1473,7 @@
   }%
 }
 \long\def\TEST#1#2{%
-  \advance\gTESTint by 1 %
+  \global\advance\gTESTint by 1 %
   \SEPARATOR
   \LONGTYPEOUT{TEST \the\gTESTint: \detokenize{#1}}%
   \SEPARATOR
@@ -1485,7 +1485,7 @@
   \LONGTYPEOUT{}%
 }
 \long\def\TESTEXP#1#2{%
-  \advance \gTESTint 1 %
+  \global\advance\gTESTint by 1 %
   \SEPARATOR
   \LONGTYPEOUT{%
     TEST \the\gTESTint: \detokenize{#1}}%

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the latex3-commits mailing list