[latex3-commits] [git/LaTeX3-latex3-latex2e] gh488: Set stdengine to pdfTeX for tools "legacy" tests (c5d611b5)

Joseph Wright joseph.wright at morningstar2.co.uk
Fri Feb 5 09:36:56 CET 2021


Repository : https://github.com/latex3/latex2e
On branch  : gh488
Link       : https://github.com/latex3/latex2e/commit/c5d611b5eab8123febfc5b5d2ef47aa67f82dd1f

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

commit c5d611b5eab8123febfc5b5d2ef47aa67f82dd1f
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri Feb 5 08:36:56 2021 +0000

    Set stdengine to pdfTeX for tools "legacy" tests
    
    This is needed otherwise we can end up with an
    unpredictable situation about which .fmt file is used.
    That can lead to some strange errors.


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

c5d611b5eab8123febfc5b5d2ef47aa67f82dd1f
 required/tools/config-legacy.lua | 1 +
 1 file changed, 1 insertion(+)

diff --git a/required/tools/config-legacy.lua b/required/tools/config-legacy.lua
index cec0827b..0ccab359 100644
--- a/required/tools/config-legacy.lua
+++ b/required/tools/config-legacy.lua
@@ -1,5 +1,6 @@
 -- Tests for non Unicode engines
 
+stdengine    = "pdftex"
 checkengines = {"pdftex"}
 checksearch  = false
 checkdeps    = {maindir .. "/required/cyrillic"}





More information about the latex3-commits mailing list.