diff options
author | Karl Berry <karl@freefriends.org> | 2017-03-08 23:01:35 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-03-08 23:01:35 +0000 |
commit | 6fca20c09474a7f6a3559af1c984243a83669f61 (patch) | |
tree | cbfda048c91853241ef903a84a088c1e3a66fd50 /Master/texmf-dist/source/latex/l3build | |
parent | ddbc1f2a5f193876d6f1df544e286029c6d671f8 (diff) |
l3 (8mar17)
git-svn-id: svn://tug.org/texlive/trunk@43432 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/l3build')
-rw-r--r-- | Master/texmf-dist/source/latex/l3build/l3build.dtx | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/Master/texmf-dist/source/latex/l3build/l3build.dtx b/Master/texmf-dist/source/latex/l3build/l3build.dtx index 9d90382b555..1c57945c9cc 100644 --- a/Master/texmf-dist/source/latex/l3build/l3build.dtx +++ b/Master/texmf-dist/source/latex/l3build/l3build.dtx @@ -24,8 +24,8 @@ \RequirePackage{expl3} \def\ExplFileName{l3build} \def\ExplFileDescription{L3 Regression test suite} -\def\ExplFileDate{2017/01/25} -\def\ExplFileVersion{6826} +\def\ExplFileDate{2017/03/07} +\def\ExplFileVersion{6984} \documentclass[full]{l3doc} \renewcommand\partname{Part} \usepackage{multicol,needspace} @@ -306,7 +306,7 @@ % testing % \item \texttt{--halt-on-error} (\texttt{-H}) Specifies that checks % should stop as soon as possible, rather than running all requested -% tests +% tests; the difference file is printed in the terminal directly in the case of failure % \item \texttt{--pdf} (\texttt{-p}) Test PDF file against a reference % version rather than using a log comparison % \item \texttt{--quiet} (\texttt{-q}) Suppresses output from unpacking @@ -603,7 +603,7 @@ % \pkg{l3build} will read |config.lua| within the directory (if available). This % should comprise a list of settings which apply to the tests in place of those in % the main build script. -% +% % For example, for the core \LaTeXe{} tests the main test files are contained % in a directory |testfiles| and have \var{checksearch} set \var{false}. To test % font loading for \XeTeX{} and \LuaTeX{} there are a second set of tests in @@ -688,7 +688,6 @@ % years due to a \TeX{} bug). % \item Conversion of \texttt{on line \meta{number}} to \texttt{on line ...} % to allow flexibility in changes to test files. -% \item % \end{itemize} % % \LuaTeX{} makes several additional changes to the log file. As normalising @@ -783,11 +782,11 @@ % \bool_set:Nn \l_tmpa_bool % { % \int_compare_p:nNn 1=1 -% && \bool_if_p:n +% && \bool_lazy_any_p:n % { -% \int_compare_p:nNn 2=3 || -% \int_compare_p:nNn 4=4 || -% \int_compare_p:nNn 1=\ERROR % is skipped +% { \int_compare_p:nNn 2=3 } +% { \int_compare_p:nNn 4=4 } +% { \int_compare_p:nNn 1=\ERROR } % is skipped % } % && \int_compare_p:nNn 2=2 % } @@ -1245,7 +1244,7 @@ \LONGTYPEOUT{Bad conditionals: \the\numexpr\currentiflevel-2!}% \fi \fi - \LONGTYPEOUT{END-TEST-LOG}\@@@end + \LONGTYPEOUT{^^JEND-TEST-LOG^^J}\@@@end } \ifx\@@end\@undefined \let\end\END |