update skipped test count when test already exists

This commit is contained in:
Alex Stokes 2021-08-24 13:19:31 -07:00
parent dfef7fc442
commit 8a32bef58b
No known key found for this signature in database
GPG Key ID: 99B3D88FD6C55A69
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@ def run_generator(generator_name, test_providers: Iterable[TestProvider]):
if case_dir.exists(): if case_dir.exists():
if not args.force and not incomplete_tag_file.exists(): if not args.force and not incomplete_tag_file.exists():
skipped_test_count += 1
print(f'Skipping already existing test: {case_dir}') print(f'Skipping already existing test: {case_dir}')
continue continue
else: else: