[latex3-commits] [git/l3build] master: Clean out localdir before tests (ab6ab99)

Joseph Wright joseph.wright at morningstar2.co.uk
Sat Dec 16 21:50:42 CET 2017


Repository : https://github.com/latex3/l3build
On branch  : master
Link       : https://github.com/latex3/l3build/commit/ab6ab99e10d40ac4f62fbdb178670f05b7b86df6

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

commit ab6ab99e10d40ac4f62fbdb178670f05b7b86df6
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sat Dec 16 20:50:42 2017 +0000

    Clean out localdir before tests
    
    Shows up when there are no deps and lots of files can be 'left'.


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

ab6ab99e10d40ac4f62fbdb178670f05b7b86df6
 l3build.lua |    1 +
 1 file changed, 1 insertion(+)

diff --git a/l3build.lua b/l3build.lua
index f5416f6..e117923 100644
--- a/l3build.lua
+++ b/l3build.lua
@@ -839,6 +839,7 @@ end
 -- for saving the test files
 function checkinit()
   cleandir(testdir)
+  cleandir(localdir)
   depinstall(checkdeps)
   -- Copy dependencies to the test directory itself: this makes the paths
   -- a lot easier to manage, and is important for dealing with the log and





More information about the latex3-commits mailing list