-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathsyntax_test_l3build-2022-04-12.txt
50 lines (45 loc) · 2.35 KB
/
syntax_test_l3build-2022-04-12.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# SYNTAX TEST "cmd-help.sublime-syntax"
usage: l3build <target> [<options>] [<names>]
Valid targets are:
check Run all automated tests
clean Clean out directory tree
ctan Create CTAN-ready archive
doc Typesets all documentation files
install Installs files into the local texmf tree
manifest Creates a manifest file
save Saves test validation log
tag Updates release tags in files
uninstall Uninstalls files from the local texmf tree
unpack Unpacks the source files into the build tree
upload Send archive to CTAN for public release
Valid options are:
--config|-c Sets the config(s) used for running tests
# ^^^^^^^^ entity.name.function.option.cmd-help
# ^ - entity.name.function.option.cmd-help
# ^^ entity.name.function.option.cmd-help
--date Sets the date to insert into sources
--debug Runs target in debug mode
--dirty Skip cleaning up the test area
--dry-run Dry run for install or upload
--email Email address of CTAN uploader
--engine|-e Sets the engine(s) to use for running test
--epoch Sets the epoch for tests and typesetting
--file|-F Take the upload announcement from the given file
--first Name of first test to run
--force|-f Force tests to run if engine is not set up
--full Install all files
--halt-on-error|-H Stops running tests after the first failure
--help|-h Print this message and exit
--last Name of last test to run
--message|-m Text for upload announcement message
--quiet|-q Suppresses TeX output when unpacking
--rerun Skip setup: simply rerun tests
--show-log-on-error Show the full log of the failure with 'halt-on-error'
--show-saves|-S Show the invocation to update failing .tlg files
--shuffle Shuffle order of tests
--texmfhome Location of user texmf tree
--version Print version information and exit
Full manual available via 'texdoc l3build'.
Repository : https://github.com/latex3/l3build
Bug tracker : https://github.com/latex3/l3build/issues
Copyright (C) 2014-2021 The LaTeX Project