summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/l3build/l3build-arguments.lua
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-06-18 22:29:20 +0000
committerKarl Berry <karl@freefriends.org>2019-06-18 22:29:20 +0000
commit691106177d00ff3ef1e88a1bbe1a914140c86d85 (patch)
tree9393df2ca80c1a7787aa790d52b42b2009946504 /Master/texmf-dist/scripts/l3build/l3build-arguments.lua
parentbf2e8a6ab79c4f7fd2eed164783c60f1575f84e4 (diff)
l3build (18jun19)
git-svn-id: svn://tug.org/texlive/trunk@51397 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/l3build/l3build-arguments.lua')
-rw-r--r--Master/texmf-dist/scripts/l3build/l3build-arguments.lua17
1 files changed, 11 insertions, 6 deletions
diff --git a/Master/texmf-dist/scripts/l3build/l3build-arguments.lua b/Master/texmf-dist/scripts/l3build/l3build-arguments.lua
index a6a13a43fee..cbf68c6254a 100644
--- a/Master/texmf-dist/scripts/l3build/l3build-arguments.lua
+++ b/Master/texmf-dist/scripts/l3build/l3build-arguments.lua
@@ -111,12 +111,6 @@ option_list =
short = "h",
type = "boolean"
},
- quiet =
- {
- desc = "Suppresses TeX output when unpacking",
- short = "q",
- type = "boolean"
- },
last =
{
desc = "Name of last test to run",
@@ -128,11 +122,22 @@ option_list =
short = "m",
type = "string"
},
+ quiet =
+ {
+ desc = "Suppresses TeX output when unpacking",
+ short = "q",
+ type = "boolean"
+ },
rerun =
{
desc = "Skip setup: simply rerun tests",
type = "boolean"
},
+ ["show-log-on-error"] =
+ {
+ desc = "If 'halt-on-error' stops, show the full log of the failure",
+ type = "boolean"
+ },
shuffle =
{
desc = "Shuffle order of tests",