mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-13 08:42:59 +00:00
[run-fuzzer-tests] Remove duplicate chunksize
This commit is contained in:
parent
7dcd69544b
commit
b53000403e
1 changed files with 1 additions and 2 deletions
|
@ -57,8 +57,7 @@ def main():
|
|||
fails = 0
|
||||
batch_index = 0
|
||||
|
||||
# Run in batches of up to 64 files
|
||||
for chunk in chunkify(files_to_test, 64):
|
||||
for chunk in chunkify(files_to_test):
|
||||
batch_index += 1
|
||||
cmd_line = [fuzzer] + chunk
|
||||
output, returncode = run_command(cmd_line)
|
||||
|
|
Loading…
Add table
Reference in a new issue