mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-12 03:34:20 +00:00
Merge pull request #2567 from ralexstokes/fix-test-gen-counter
update skipped test count when test already exists
This commit is contained in:
commit
cb9e4c9962
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user