mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 04:25:12 -05:00
update skipped test count when test already exists
This commit is contained in:
@@ -112,6 +112,7 @@ def run_generator(generator_name, test_providers: Iterable[TestProvider]):
|
||||
|
||||
if case_dir.exists():
|
||||
if not args.force and not incomplete_tag_file.exists():
|
||||
skipped_test_count += 1
|
||||
print(f'Skipping already existing test: {case_dir}')
|
||||
continue
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user