mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-05 13:35:06 +00:00
[fuzzing] Make test runners less verbose
This commit is contained in:
parent
4ef671f25f
commit
ad3cededdd
2 changed files with 2 additions and 2 deletions
|
@ -76,7 +76,8 @@ for file in os.listdir (parent_path):
|
|||
path = os.path.join(parent_path, file)
|
||||
|
||||
text, returncode = cmd ([hb_shape_fuzzer, path])
|
||||
print (text)
|
||||
if text.strip ():
|
||||
print (text)
|
||||
|
||||
failed = False
|
||||
if returncode != 0 or 'error' in text:
|
||||
|
|
|
@ -22,7 +22,6 @@ fails = 0
|
|||
|
||||
def run_dir (parent_path):
|
||||
global fails
|
||||
print ("running subset fuzzer against fonts in %s" % parent_path)
|
||||
for file in os.listdir (parent_path):
|
||||
path = os.path.join(parent_path, file)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue