[latex3-commits] [git/LaTeX3-latex3-latex2e] travis-test: Avoid backend stuff in test file (d0a372d6)

PhelypeOleinik tex.phelype at gmail.com
Sat Aug 15 07:58:39 CEST 2020


Repository : https://github.com/latex3/latex2e
On branch  : travis-test
Link       : https://github.com/latex3/latex2e/commit/d0a372d6b7099847fbf4e3ac96f838a5936cd414

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

commit d0a372d6b7099847fbf4e3ac96f838a5936cd414
Author: PhelypeOleinik <tex.phelype at gmail.com>
Date:   Sat Aug 15 02:58:39 2020 -0300

    Avoid backend stuff in test file


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

d0a372d6b7099847fbf4e3ac96f838a5936cd414
 base/testfiles-lthooks/filehook-010.lvt | 10 ++++++++--
 base/testfiles-lthooks/filehook-010.tlg | 25 -------------------------
 2 files changed, 8 insertions(+), 27 deletions(-)

diff --git a/base/testfiles-lthooks/filehook-010.lvt b/base/testfiles-lthooks/filehook-010.lvt
index c11ca16e..ef1bdf2e 100644
--- a/base/testfiles-lthooks/filehook-010.lvt
+++ b/base/testfiles-lthooks/filehook-010.lvt
@@ -48,5 +48,11 @@
 \defread{minimal.cls}
 \usepackage{another-class}
 
-\begin{document}
-\end{document}
+% Avoid \begin{document}
+\makeatletter
+\ifx\@unusedoptionlist\@empty\else
+  \@latex at warning@no at line{Unused global option(s):^^J%
+          \@spaces[\@unusedoptionlist]}%
+\fi
+
+\END
diff --git a/base/testfiles-lthooks/filehook-010.tlg b/base/testfiles-lthooks/filehook-010.tlg
index 4be5df17..4d93c176 100644
--- a/base/testfiles-lthooks/filehook-010.tlg
+++ b/base/testfiles-lthooks/filehook-010.tlg
@@ -42,31 +42,6 @@ Type X to quit or <RETURN> to proceed,
 or enter new name. (Default extension: sty)
 Enter file name:  (minimal.cls
 Document Class: minimal ....-..-.. Standard LaTeX minimal class
-) (../l3backend-dvips.def
-File: l3backend-dvips.def ....-..-.. L3 backend support: dvips
-\l__pdf_internal_box=\box...
-\g__pdf_backend_object_int=\count...
-\l__pdf_backend_content_box=\box...
-\l__pdf_backend_model_box=\box...
-\g__pdf_backend_annotation_int=\count...
-\g__pdf_backend_link_int=\count...
-\g__pdf_backend_link_sf_int=\count...
 )
 LaTeX Warning: Unused global option(s):
     [unknown].
-No file filehook-010.aux.
-LaTeX Font Info:    Checking defaults for OML/cmm/m/it on input line ....
-LaTeX Font Info:    ... okay on input line ....
-LaTeX Font Info:    Checking defaults for OMS/cmsy/m/n on input line ....
-LaTeX Font Info:    ... okay on input line ....
-LaTeX Font Info:    Checking defaults for OT1/cmr/m/n on input line ....
-LaTeX Font Info:    ... okay on input line ....
-LaTeX Font Info:    Checking defaults for T1/cmr/m/n on input line ....
-LaTeX Font Info:    ... okay on input line ....
-LaTeX Font Info:    Checking defaults for TS1/cmr/m/n on input line ....
-LaTeX Font Info:    ... okay on input line ....
-LaTeX Font Info:    Checking defaults for OMX/cmex/m/n on input line ....
-LaTeX Font Info:    ... okay on input line ....
-LaTeX Font Info:    Checking defaults for U/cmr/m/n on input line ....
-LaTeX Font Info:    ... okay on input line ....
-(filehook-010.aux)





More information about the latex3-commits mailing list.