We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
recordstatus = true
forcecheckruns = true
Setting recordstatus = true and checkruns > 1, l3build save appends checkruns number of lines to .tlg:
checkruns
l3build save
.tlg
Compilation 1 of test file completed with exit status 0 Compilation 2 of test file completed with exit status 0 ...
This makes l3build check always run checkruns times, as if forcecheckruns = true is set.
l3build check
Is this expected behavior?
The text was updated successfully, but these errors were encountered:
I think yes, but @wspr wrote this bit of code :)
Sorry, something went wrong.
No branches or pull requests
Setting
recordstatus = true
andcheckruns
> 1,l3build save
appendscheckruns
number of lines to.tlg
:This makes
l3build check
always runcheckruns
times, as ifforcecheckruns = true
is set.Is this expected behavior?
The text was updated successfully, but these errors were encountered: