[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: Avoid local format files being found in this test (e0907a79)
PhelypeOleinik
phelype.oleinik at latex-project.org
Sun Sep 6 22:43:26 CEST 2020
Repository : https://github.com/latex3/latex2e
On branch : develop
Link : https://github.com/latex3/latex2e/commit/e0907a7963fa48fd864104494eb4e76b7ca1ae4a
>---------------------------------------------------------------
commit e0907a7963fa48fd864104494eb4e76b7ca1ae4a
Author: PhelypeOleinik <phelype.oleinik at latex-project.org>
Date: Sun Sep 6 17:43:26 2020 -0300
Avoid local format files being found in this test
When running this test with l3build, at least two format files are
found: the file build by l3build to test LaTeX and the one installed by
the TeX distribution, and this ends up with a full path in the log file
which is tricky to filter out. A saner solution is to make kpsewhich
find no format file by overriding a format-specific string.
>---------------------------------------------------------------
e0907a7963fa48fd864104494eb4e76b7ca1ae4a
base/testfiles/m3expl009.lvt | 1 +
1 file changed, 1 insertion(+)
diff --git a/base/testfiles/m3expl009.lvt b/base/testfiles/m3expl009.lvt
index 671939b5..30e432f0 100644
--- a/base/testfiles/m3expl009.lvt
+++ b/base/testfiles/m3expl009.lvt
@@ -26,6 +26,7 @@
\RequirePackage{expl3}
\group_end:
}
+\str_set:Nx \c_sys_engine_exec_str { zzzz }
\ExplSyntaxOff
% If the version of expl3 preloaded in the kernel differs
More information about the latex3-commits
mailing list.