mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-13 08:42:59 +00:00
[test/subset] Use --preprocess instead of --preprocess-face
The latter is obsolete and alias to the former.
This commit is contained in:
parent
fa737da022
commit
5194ec4758
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ def run_test(test, should_check_ots, preprocess):
|
|||
if preprocess:
|
||||
cli_args.extend(
|
||||
[
|
||||
"--preprocess-face",
|
||||
"--preprocess",
|
||||
]
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue