[latex3-commits] [git/LaTeX3-latex3-l3build] master: Better runtest_tasks() docs (e1baaaa)
Joseph Wright
joseph.wright at morningstar2.co.uk
Fri Nov 1 19:08:11 CET 2019
Repository : https://github.com/latex3/l3build
On branch : master
Link : https://github.com/latex3/l3build/commit/e1baaaa90076b0fcdc5cc92ee75b8497f479cc23
>---------------------------------------------------------------
commit e1baaaa90076b0fcdc5cc92ee75b8497f479cc23
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Fri Nov 1 18:08:11 2019 +0000
Better runtest_tasks() docs
>---------------------------------------------------------------
e1baaaa90076b0fcdc5cc92ee75b8497f479cc23
l3build.dtx | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/l3build.dtx b/l3build.dtx
index d4f8b1e..9623707 100644
--- a/l3build.dtx
+++ b/l3build.dtx
@@ -1111,10 +1111,9 @@
% by defining |runtest_tasks|, a function taking two arguments, the name
% of the current test (this is equivalent to \TeX{}'s \cs{jobname},
% \emph{i.e.}~it lacks an extension) and the current run number.
-% The function |runtest_tasks|
-% is is into a call to the system to run the engine. As such, it
-% should take return a string with the appropriate command(s)
-% and option(s). If more than one task is required, these should be separated
+% The function |runtest_tasks| is run after the main call to the
+% engine for a test cycle. It should return an errorlevel value.
+% If more than one task is required, these should be separated
% by use of |os_concat|, a string variable defined by \pkg{l3build} as the
% correct concatenation marker for the system. An example of |runtest_tasks|
% suitable for calling Biber is shown in Listing~\ref{fig:test-tasks}.
More information about the latex3-commits
mailing list