Update ietf/utils/test_runner.py

This commit is contained in:
Lars Eggert 2023-09-28 11:34:03 +03:00 committed by GitHub
parent abe93a42b2
commit 8abbaae0c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1141,7 +1141,7 @@ class IetfTestRunner(DiscoverRunner):
self.test_apps, self.test_paths = self.get_test_paths(test_labels)
self.test_labels = test_labels # these are used in out run_suite() and not available to it otherwise
self.test_labels = test_labels # these are used in our run_suite() and not available to it otherwise
failures = super(IetfTestRunner, self).run_tests(test_labels, extra_tests=extra_tests, **kwargs)
if self.check_coverage: