mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-17 04:48:21 +00:00
Merge branch 'unstable' into off-4844
This commit is contained in:
@@ -53,9 +53,11 @@ excluded_paths = [
|
||||
"bls12-381-tests/hash_to_G2"
|
||||
]
|
||||
|
||||
|
||||
def normalize_path(path):
|
||||
return path.split("consensus-spec-tests/")[1]
|
||||
|
||||
|
||||
# Determine the list of filenames which were accessed during tests.
|
||||
passed = set()
|
||||
for line in open(accessed_files_filename, 'r').readlines():
|
||||
@@ -88,4 +90,5 @@ for root, dirs, files in os.walk(tests_dir_filename):
|
||||
# Exit with an error if there were any files missed.
|
||||
assert len(missed) == 0, "{} missed files".format(len(missed))
|
||||
|
||||
print("Accessed {} files ({} intentionally excluded)".format(accessed_files, excluded_files))
|
||||
print("Accessed {} files ({} intentionally excluded)".format(
|
||||
accessed_files, excluded_files))
|
||||
|
||||
Reference in New Issue
Block a user