[latex3-commits] [git/LaTeX3-latex3-l3build] master: Better info message for configs (36621da)

Joseph Wright joseph.wright at morningstar2.co.uk
Tue Mar 6 22:58:07 CET 2018


Repository : https://github.com/latex3/l3build
On branch  : master
Link       : https://github.com/latex3/l3build/commit/36621da949fd4a75e1f94f9471329cc029cb6ca2

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

commit 36621da949fd4a75e1f94f9471329cc029cb6ca2
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Tue Mar 6 21:56:54 2018 +0000

    Better info message for configs


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

36621da949fd4a75e1f94f9471329cc029cb6ca2
 l3build-aux.lua |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/l3build-aux.lua b/l3build-aux.lua
index 82828b0..351b655 100644
--- a/l3build-aux.lua
+++ b/l3build-aux.lua
@@ -89,10 +89,13 @@ function call(dirs, target, opts)
     scriptname = "build.lua"
   end
   for _,i in ipairs(dirs) do
+    local text = " for module " .. i
+    if i == "." then
+      text = " with configuration " .. opts["config"][1]
+    end
     print(
       "Running script " .. scriptname .. " with target \"" .. target
-        .. "\" for module "
-        .. i
+        .. "\"" .. text
     )
     local errorlevel = run(
       i,





More information about the latex3-commits mailing list