[latex3-commits] [git/LaTeX3-latex3-l3build] main: fix epoch setting with xetex (f947ac4)
Joseph Wright
joseph.wright at morningstar2.co.uk
Sun Feb 19 19:44:19 CET 2023
Repository : https://github.com/latex3/l3build
On branch : main
Link : https://github.com/latex3/l3build/commit/f947ac499c4c14d454b0ec728628ee50562f9683
>---------------------------------------------------------------
commit f947ac499c4c14d454b0ec728628ee50562f9683
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Sun Feb 19 14:34:05 2023 +0100
fix epoch setting with xetex
>---------------------------------------------------------------
f947ac499c4c14d454b0ec728628ee50562f9683
CHANGELOG.md | 1 +
l3build-check.lua | 2 ++
2 files changed, 3 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1ca3663..b9769db 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@ this project uses date-based 'snapshot' version identifiers.
### Fixed
- Ensure directories `testdir` and `resultdir` exist when `--dirty` is set
+- epoch settings with xetex
## [2023-02-16]
diff --git a/l3build-check.lua b/l3build-check.lua
index e9d5f4d..b77a7e2 100644
--- a/l3build-check.lua
+++ b/l3build-check.lua
@@ -790,6 +790,8 @@ function runtest(name, engine, hide, ext, test_type, breakout)
os_setenv .. " LUAINPUTS=." .. localtexmf()
.. (checksearch and os_pathsep or "")
.. os_concat ..
+ -- ensure epoch settings
+ set_epoch_cmd(epoch, forcecheckepoch) ..
-- Ensure lines are of a known length
os_setenv .. " max_print_line=" .. maxprintline
.. os_concat ..
More information about the latex3-commits
mailing list.