Update split_tests.py

This commit is contained in:
Michael
2025-04-24 01:10:03 +02:00
committed by GitHub
parent 3077b2590f
commit b3222b9be9

View File

@@ -187,6 +187,7 @@ def collect_tests(path: Path) -> TestFolder:
file_path, _, total_tests = line.partition(": ")
if not path or not total_tests:
print(f"Unexpected line: {line}")
print("all lines:\n", result.stdout)
sys.exit(1)
file = TestFile(int(total_tests), Path(file_path))