[latex3-commits] [git/LaTeX3-latex3-l3build] master: Merge branch 'master' into refactor-set_epoch_cmd (75d4d28)
GitHub
noreply at github.com
Sun Feb 21 20:35:14 CET 2021
Repository : https://github.com/latex3/l3build
On branch : master
Link : https://github.com/latex3/l3build/commit/75d4d28ac3b54b0ff0b2fbafd791370256acb78a
>---------------------------------------------------------------
commit 75d4d28ac3b54b0ff0b2fbafd791370256acb78a
Merge: 8ddcff7 785d184
Author: LAURENS Jérôme <jerome.laurens at u-bourgogne.fr>
Date: Sun Feb 21 20:35:14 2021 +0100
Merge branch 'master' into refactor-set_epoch_cmd
>---------------------------------------------------------------
75d4d28ac3b54b0ff0b2fbafd791370256acb78a
l3build-check.lua | 342 ++++++++++++++++++++++++++------------------------
l3build-variables.lua | 18 +++
l3build.dtx | 34 +++++
3 files changed, 230 insertions(+), 164 deletions(-)
diff --cc l3build-check.lua
index 1094198,f4aef25..5ecda3c
--- a/l3build-check.lua
+++ b/l3build-check.lua
@@@ -710,11 -724,11 +724,11 @@@ function runtest(name, engine, hide, ex
end
end
-- Finalise format string
- if format ~= "" then
- format = " --fmt=" .. format
+ if format_a ~= "" then
+ format_a = " --fmt=" .. format_a
end
-- Special casing for XeTeX engine
- if match(engine, "xetex") and not pdfmode then
+ if match(engine, "xetex") and test_type.generated ~= pdfext then
checkopts = checkopts .. " -no-pdf"
end
-- Special casing for ConTeXt
More information about the latex3-commits
mailing list.