mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-13 08:42:59 +00:00
[test/shape] Write cmdline as test description
Some checks failed
msys2 / MINGW32 (push) Waiting to run
msys2 / MINGW64 (push) Waiting to run
msvc / msvc-2019-x86 (push) Waiting to run
msys2 / CLANG64 (push) Waiting to run
arm / arm-none-eabi (push) Waiting to run
configs-ci / build (push) Waiting to run
fontations / build (push) Waiting to run
linux-ci / build (push) Waiting to run
macos-ci / build (push) Waiting to run
msvc / msvc-2019-amd64 (push) Waiting to run
Scorecard supply-chain security / Scorecard analysis (push) Failing after 5s
Some checks failed
msys2 / MINGW32 (push) Waiting to run
msys2 / MINGW64 (push) Waiting to run
msvc / msvc-2019-x86 (push) Waiting to run
msys2 / CLANG64 (push) Waiting to run
arm / arm-none-eabi (push) Waiting to run
configs-ci / build (push) Waiting to run
fontations / build (push) Waiting to run
linux-ci / build (push) Waiting to run
macos-ci / build (push) Waiting to run
msvc / msvc-2019-amd64 (push) Waiting to run
Scorecard supply-chain security / Scorecard analysis (push) Failing after 5s
This commit is contained in:
parent
a9e2c8f3aa
commit
e31721b5cf
1 changed files with 2 additions and 1 deletions
|
@ -337,8 +337,9 @@ for filename in args:
|
|||
)
|
||||
print(" ...", file=sys.stderr)
|
||||
else:
|
||||
cmd = hb_shape + " " + " ".join(cmd)
|
||||
passes += 1
|
||||
print(f"ok {number} - {fontfile}")
|
||||
print(f"ok {number} - {cmd}")
|
||||
|
||||
print("# %d tests passed; %d failed; %d skipped." % (passes, fails, skips))
|
||||
if not (fails + passes):
|
||||
|
|
Loading…
Add table
Reference in a new issue