[latex3-commits] [git/LaTeX3-latex3-latex2e] travis-test: Test adding tools dependency (2674a9a8)

PhelypeOleinik tex.phelype at gmail.com
Sat Aug 15 03:48:20 CEST 2020


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

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

commit 2674a9a8dd6504cb837a1106d8b03b1b9cc1dd3b
Author: PhelypeOleinik <tex.phelype at gmail.com>
Date:   Fri Aug 14 22:48:20 2020 -0300

    Test adding tools dependency


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

2674a9a8dd6504cb837a1106d8b03b1b9cc1dd3b
 base/config-lthooks2.lua                       |  5 +++++
 base/testfiles-lthooks-broken/filehook-001.tlg | 19 +++++++++++++++++--
 base/testfiles-lthooks2/filehook-006.tlg       |  7 ++++---
 3 files changed, 26 insertions(+), 5 deletions(-)

diff --git a/base/config-lthooks2.lua b/base/config-lthooks2.lua
index 28df5184..edc38bd0 100644
--- a/base/config-lthooks2.lua
+++ b/base/config-lthooks2.lua
@@ -3,6 +3,11 @@
 checkengines = {"etex"}
 checksearch  = true
 testfiledir  = "testfiles-lthooks2"
+checkdeps    = checkdeps   or
+  {
+    maindir .. "/base",
+    maindir .. "/required/tools"
+  }
 
 -- Custom settings for the check system
 -- testsuppdir = "testfiles-lthooks2/helpers"
diff --git a/base/testfiles-lthooks-broken/filehook-001.tlg b/base/testfiles-lthooks-broken/filehook-001.tlg
index c225819b..4feff931 100644
--- a/base/testfiles-lthooks-broken/filehook-001.tlg
+++ b/base/testfiles-lthooks-broken/filehook-001.tlg
@@ -43,7 +43,22 @@ filehook-001 package
 LaTeX's end of package hook
 \AtEndOfPackageFile{filehook-001-pkg} - code (for filehook-001-pkg.sty)
 ---------------- \begin{document} ------------
-No file filehook-001.aux.
+\AtBeginOfEveryFile - code (for l3backend-dvips.def)
+(../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...
+)
+\AtEndOfEveryFile - code (for l3backend-dvips.def)
+(filehook-001.aux (filehook-001-x.aux) (baz with.tex and spaces.aux)
+(bar.aux)
+No file "baz.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 ....
@@ -96,7 +111,7 @@ filehook-001-x
 ! LaTeX Error: File `filehook-001-?? with space.tex' not found.
 but for this test we continue ...
 \AtBeginOfEveryFile - code (for .tex)
-(.tex File ignored)
+(../.tex File ignored)
 \AtEndOfEveryFile - code (for .tex)
 ---------------- \InputIfFileExists ------------
 T
diff --git a/base/testfiles-lthooks2/filehook-006.tlg b/base/testfiles-lthooks2/filehook-006.tlg
index 393598e8..2538ec7d 100644
--- a/base/testfiles-lthooks2/filehook-006.tlg
+++ b/base/testfiles-lthooks2/filehook-006.tlg
@@ -29,7 +29,7 @@ Inside file-2 (before):
     File: file-2.tex
     Path: 
 ===============
-(.tex File ignored)
+(../.tex File ignored)
 ===============
 Inside file-2 (after):
     File: file-2.tex
@@ -56,7 +56,8 @@ File: l3backend-dvips.def ....-..-.. L3 backend support: dvips
 \g__pdf_backend_annotation_int=\count...
 \g__pdf_backend_link_int=\count...
 \g__pdf_backend_link_sf_int=\count...
-) (filehook-006.aux)
+)
+(filehook-006.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 ....
@@ -89,7 +90,7 @@ Inside file-2 (before):
     File: file-2.tex
     Path: 
 ===============
-(.tex File ignored)
+(../.tex File ignored)
 ===============
 Inside file-2 (after):
     File: file-2.tex





More information about the latex3-commits mailing list.