[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: generalization of config-1run (05764702)

Frank Mittelbach frank.mittelbach at latex-project.org
Fri Aug 14 00:21:42 CEST 2020


Repository : https://github.com/latex3/latex2e
On branch  : develop
Link       : https://github.com/latex3/latex2e/commit/05764702b2ad7eff826922f4c8017b496d070764

>---------------------------------------------------------------

commit 05764702b2ad7eff826922f4c8017b496d070764
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date:   Fri Aug 14 00:21:42 2020 +0200

    generalization of config-1run


>---------------------------------------------------------------

05764702b2ad7eff826922f4c8017b496d070764
 base/config-1run.lua                | 5 ++++-
 base/testfiles-1run/github-0220.lvt | 5 ++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/base/config-1run.lua b/base/config-1run.lua
index 6cdbea02..9a69828b 100644
--- a/base/config-1run.lua
+++ b/base/config-1run.lua
@@ -3,6 +3,9 @@
 checksearch  = false
 testfiledir  = "testfiles-1run"
 
-dynamicfiles = {"*.tst","github 220 input.tex","github-0220.sty"}
+dynamicfiles = {"*.tst",
+                "*.aux","*.toc","*.lof","*.lot",          -- may need more depending on tests
+                "github 220 input.tex","github-0220.sty"  -- used by ithub-0220.lvt
+	       }
 
 checkruns     = 1
diff --git a/base/testfiles-1run/github-0220.lvt b/base/testfiles-1run/github-0220.lvt
index 9289a145..0cf65e8b 100644
--- a/base/testfiles-1run/github-0220.lvt
+++ b/base/testfiles-1run/github-0220.lvt
@@ -49,7 +49,10 @@
 \input{github 220 input}
 
 % Now try it for a file that exists somewhere in the texmf search
-% tree:
+% tree.
+%
+% It is is in the local texmf/tex/latex used the test suite!
+%
 
 \typeout{Writing a file called ``github-0220.sty'', should fail:}
 





More information about the latex3-commits mailing list.