From 5194ec47585685927b999d0f288637380f783a32 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sat, 5 Apr 2025 16:08:18 -0600 Subject: [PATCH] [test/subset] Use --preprocess instead of --preprocess-face The latter is obsolete and alias to the former. --- test/subset/run-tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/subset/run-tests.py b/test/subset/run-tests.py index e9b08fdba..b403bfab9 100755 --- a/test/subset/run-tests.py +++ b/test/subset/run-tests.py @@ -71,7 +71,7 @@ def run_test(test, should_check_ots, preprocess): if preprocess: cli_args.extend( [ - "--preprocess-face", + "--preprocess", ] )