[latex3-commits] [git/LaTeX3-latex3-l3build] regenerate: Change -X into -S (d587506)

Marcel Fabian Krüger tex at 2krueger.de
Sun Jun 6 14:48:32 CEST 2021


Repository : https://github.com/latex3/l3build
On branch  : regenerate
Link       : https://github.com/latex3/l3build/commit/d587506da52bf1e4b607cffa10fce38755c3ea99

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

commit d587506da52bf1e4b607cffa10fce38755c3ea99
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date:   Sun Jun 6 14:48:32 2021 +0200

    Change -X into -S


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

d587506da52bf1e4b607cffa10fce38755c3ea99
 l3build-arguments.lua | 2 +-
 l3build.dtx           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/l3build-arguments.lua b/l3build-arguments.lua
index 56a1922..8f62e8b 100644
--- a/l3build-arguments.lua
+++ b/l3build-arguments.lua
@@ -142,7 +142,7 @@ option_list =
     ["show-saves"] =
       {
         desc  = "If tests fail, show the l3build save invocation to regenerate the tests",
-        short = "X",
+        short = "S",
         type  = "boolean"
       },
     shuffle =
diff --git a/l3build.dtx b/l3build.dtx
index 865d8bf..e271da3 100644
--- a/l3build.dtx
+++ b/l3build.dtx
@@ -379,7 +379,7 @@
 % \item |--rerun| Run tests without unpacking/set up
 % \item |--show-log-on-error| To be used in addition to \texttt{--halt-on-error} and results
 %   in the full \texttt{.log} file of a failed test to be shown on the console
-% \item |--show-saves| (|-X|) When tests fail, print the \texttt{l3build save} commands needed
+% \item |--show-saves| (|-S|) When tests fail, print the \texttt{l3build save} commands needed
 %   to regenerate the tests assuming that the failures were false negatives.
 % \item |--shuffle| Shuffle the order in which tests run
 % \item |--texmfhome| Sets the location of the user tree for installing





More information about the latex3-commits mailing list.