[latex3-commits] [git/LaTeX3-latex3-l3build] master: Clean out all configuration test dirs (fixes #98) (7c91104)
Joseph Wright
joseph.wright at morningstar2.co.uk
Tue Sep 24 10:23:02 CEST 2019
Repository : https://github.com/latex3/l3build
On branch : master
Link : https://github.com/latex3/l3build/commit/7c911046cc47e9b2e1412c68a49b9272a0ad8d46
>---------------------------------------------------------------
commit 7c911046cc47e9b2e1412c68a49b9272a0ad8d46
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Tue Sep 24 09:23:02 2019 +0100
Clean out all configuration test dirs (fixes #98)
>---------------------------------------------------------------
7c911046cc47e9b2e1412c68a49b9272a0ad8d46
CHANGELOG.md | 4 ++++
l3build.lua | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 50d5d5c..a39e6a7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,10 @@ this project uses date-based 'snapshot' version identifiers.
## [Unreleased]
+### Fixed
+
+- Clean out all configuration test dirs (see #98)
+
## [2019-09-18]
### Added
diff --git a/l3build.lua b/l3build.lua
index c0eea6b..cb38b19 100755
--- a/l3build.lua
+++ b/l3build.lua
@@ -174,7 +174,7 @@ if options["target"] == "check" then
end
if #checkconfigs == 1 and
checkconfigs[1] ~= "build" and
- (options["target"] == "check" or options["target"] == "save") then
+ (options["target"] == "check" or options["target"] == "save" or options["target"] == "clean") then
local config = "./" .. gsub(checkconfigs[1],".lua$","") .. ".lua"
if fileexists(config) then
dofile(config)
More information about the latex3-commits
mailing list