Skip to content

Commit

Permalink
fix epoch setting with xetex
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrike Fischer authored and josephwright committed Feb 19, 2023
1 parent d13795c commit f947ac4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -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]

Expand Down
2 changes: 2 additions & 0 deletions l3build-check.lua
Expand Up @@ -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 ..
Expand Down

0 comments on commit f947ac4

Please sign in to comment.