From 5efdb884a5403580c86d6a107cecd304d23b0fb4 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sun, 6 Apr 2025 03:21:15 -0600 Subject: [PATCH] [run-tests] Fix remaining bot fails, fingers crossed --- test/shape/run-tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/shape/run-tests.py b/test/shape/run-tests.py index 15da3185d..5a66de1b0 100755 --- a/test/shape/run-tests.py +++ b/test/shape/run-tests.py @@ -239,6 +239,7 @@ for filename in args: backend = next(it) if backend not in supported_whats(what): skips += 1 + number += 1 print( f"ok {number} - {fontfile} # skip {what}={backend} not supported" )