Skip to content

Commit

Permalink
Clean out localdir before tests
Browse files Browse the repository at this point in the history
Shows up when there are no deps and lots of files can be 'left'.
  • Loading branch information
josephwright committed Dec 16, 2017
1 parent 562273c commit ab6ab99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions l3build.lua
Expand Up @@ -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
Expand Down

0 comments on commit ab6ab99

Please sign in to comment.