diff --git a/script/split_tests.py b/script/split_tests.py index 0018472e54e..5b2a8cc7a81 100755 --- a/script/split_tests.py +++ b/script/split_tests.py @@ -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))