[latex3-commits] [git/latex2e] master: Update format-building to allow for TU tests (1641b14)

Joseph Wright joseph.wright at morningstar2.co.uk
Sun Jan 7 23:09:55 CET 2018


Repository : https://github.com/latex3/latex2e
On branch  : master
Link       : https://github.com/latex3/latex2e/commit/1641b149f7df983c20e6b1c4fb1f39598c6be646

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

commit 1641b149f7df983c20e6b1c4fb1f39598c6be646
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sun Jan 7 21:51:19 2018 +0000

    Update format-building to allow for TU tests


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

1641b149f7df983c20e6b1c4fb1f39598c6be646
 base/build.lua |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/base/build.lua b/base/build.lua
index b239e40..8c4c5bb 100644
--- a/base/build.lua
+++ b/base/build.lua
@@ -126,8 +126,8 @@ function format ()
     end
     return 0
   end
-  if not options["testfiledir"] then
-    cp ('fonttext.cfg', supportdir, unpackdir)
+  if not options["config"] or options["config"][1] ~= "config-TU" then
+    cp("fonttext.cfg",supportdir,unpackdir)
   end
   local checkengines = options["engine"] or checkengines
   for _,i in ipairs(checkengines) do





More information about the latex3-commits mailing list