[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: add a new config file config-1run.lua for tests that should have only 1 pass (and need file cleanup) (86de1e5f)

Frank Mittelbach frank.mittelbach at latex-project.org
Thu Aug 13 23:11:23 CEST 2020


Repository : https://github.com/latex3/latex2e
On branch  : develop
Link       : https://github.com/latex3/latex2e/commit/86de1e5f4540bebc5f61e19262fdfaaaf66aa8f3

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

commit 86de1e5f4540bebc5f61e19262fdfaaaf66aa8f3
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date:   Thu Aug 13 23:11:23 2020 +0200

    add a new config file config-1run.lua for tests that should have only 1 pass (and need file cleanup)


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

86de1e5f4540bebc5f61e19262fdfaaaf66aa8f3
 base/build.lua       | 4 +++-
 base/config-1run.lua | 8 ++++++++
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/base/build.lua b/base/build.lua
index 018de78d..188a1aeb 100644
--- a/base/build.lua
+++ b/base/build.lua
@@ -117,6 +117,8 @@ typesetfiles   =
     "ltshipout-code.tex",
     "ltfilehook-code.tex",
   }
+
+-- Files that should be removed after running a test
 dynamicfiles = {"*.tst"}
 
 -- A few special file for unpacking
@@ -151,7 +153,7 @@ unpackdeps  = { }
 indexstyle = "source2e.ist"
 
 -- Allow for TU and other test configurations
-checkconfigs = {"build","config-TU","config-legacy","config-lthooks",
+checkconfigs = {"build","config-1run","config-TU","config-legacy","config-lthooks",
                 "config-lthooks2"}
 
 update_tag = update_tag_base
diff --git a/base/config-1run.lua b/base/config-1run.lua
new file mode 100644
index 00000000..6cdbea02
--- /dev/null
+++ b/base/config-1run.lua
@@ -0,0 +1,8 @@
+-- Tests that have only 1 run 
+
+checksearch  = false
+testfiledir  = "testfiles-1run"
+
+dynamicfiles = {"*.tst","github 220 input.tex","github-0220.sty"}
+
+checkruns     = 1





More information about the latex3-commits mailing list.