[latex3-commits] [git/LaTeX3-latex3-latex2e] hotfix/gh414, travis-gh414: Factor out engine differences in testfile (7660b7c3)

PhelypeOleinik phelype.oleinik at latex-project.org
Sun Oct 18 19:03:32 CEST 2020


Repository : https://github.com/latex3/latex2e
On branches: hotfix/gh414,travis-gh414
Link       : https://github.com/latex3/latex2e/commit/7660b7c3c405f325bb2a079e00ebc787af9ff85b

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

commit 7660b7c3c405f325bb2a079e00ebc787af9ff85b
Author: PhelypeOleinik <phelype.oleinik at latex-project.org>
Date:   Sun Oct 18 14:03:32 2020 -0300

    Factor out engine differences in testfile


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

7660b7c3c405f325bb2a079e00ebc787af9ff85b
 base/testfiles/github-0414.lvt |  7 ++++---
 base/testfiles/github-0414.tlg | 10 ----------
 2 files changed, 4 insertions(+), 13 deletions(-)

diff --git a/base/testfiles/github-0414.lvt b/base/testfiles/github-0414.lvt
index fd6fa421..c2044ada 100644
--- a/base/testfiles/github-0414.lvt
+++ b/base/testfiles/github-0414.lvt
@@ -1,7 +1,6 @@
-\input{test2e}
-\START
+\RequirePackage{expl3} % force backend loading
 
-\listfiles
+\input{test2e}
 
 \begin{filecontents}[overwrite]{testpath/testcls.cls}
 \def\pkgloads{}
@@ -11,6 +10,8 @@
 \pkgloads
 \end{filecontents}
 
+\START
+
 \makeatletter
 \def\input at path{{./testpath/}}
 \makeatother
diff --git a/base/testfiles/github-0414.tlg b/base/testfiles/github-0414.tlg
index bf094c24..71eba9b8 100644
--- a/base/testfiles/github-0414.tlg
+++ b/base/testfiles/github-0414.tlg
@@ -1,6 +1,5 @@
 This is a generated file for the LaTeX2e validation system.
 Don't change this file in any respect.
-LaTeX Warning: Writing or overwriting file `./testpath/testcls.cls'.
 (testpath//testcls.cls (article.cls
 Document Class: article ....-..-.. v... Standard LaTeX document class
 (size10.clo
@@ -44,12 +43,3 @@ LaTeX Font Info:    ... okay on input line ....
 Right: macro:->array
 Wrong: \relax
 (github-0414.aux)
- *File List*
-  test2e.tex
-   expl3.sty    ....-..-.. L3 programming layer (loader) 
-l3backend-dvips.def    ....-..-.. L3 backend support: dvips
- testcls.cls    
- article.cls    ....-..-.. v... Standard LaTeX document class
-  size10.clo    ....-..-.. v... Standard LaTeX file (size option)
-   array.sty    ....-..-.. v... Tabular extension package (FMi)
- ***********





More information about the latex3-commits mailing list.