[latex3-commits] [latex3/latex2e] develop: Remove a dynamic file for property tests (7cd34a9d)

github at latex-project.org github at latex-project.org
Wed Sep 13 13:06:19 CEST 2023


Repository : https://github.com/latex3/latex2e
On branch  : develop
Link       : https://github.com/latex3/latex2e/commit/7cd34a9d8dbcf08650b2184e558a47c41dd93211

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

commit 7cd34a9d8dbcf08650b2184e558a47c41dd93211
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Wed Sep 13 12:06:19 2023 +0100

    Remove a dynamic file for property tests


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

7cd34a9d8dbcf08650b2184e558a47c41dd93211
 base/build.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/base/build.lua b/base/build.lua
index a1ca3430..7e19abca 100644
--- a/base/build.lua
+++ b/base/build.lua
@@ -127,7 +127,7 @@ else
 end
 
 -- Files that should be removed after running a test
-dynamicfiles = {"*.tst"}
+dynamicfiles = {"*.tst", "properties-003-rerun.aux"}
 
 -- A few special file for unpacking
 unpackfiles     = {"unpack.ins"}





More information about the latex3-commits mailing list.