Skip to content

Commit c76efbb

Browse files
test: Force latexmk to process document fully
> `-g` > > Force latexmk to process document fully, even under situations where latexmk would normally decide that no changes in the source files have occurred since the previous run. > This option is useful, for example, if you change some options and wish to reprocess the files.
1 parent c4bb27b commit c76efbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def __init__(
4646
/,
4747
*,
4848
name: str | None = None,
49-
args: list[str] = ["latexmk"],
49+
args: list[str] = ["latexmk", "-g"],
5050
env: dict[str, str] | None = None,
5151
) -> None:
5252
assert directory.exists()

0 commit comments

Comments
 (0)