Skip to content

Commit f8e6757

Browse files
committed
clean up output slightly
1 parent b425b52 commit f8e6757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/run_test_matrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def main():
9292
for elf in args.elf_filenames:
9393
full_path = f"{args.path_prefix}/{seg}/{args.path_postfix}/{elf}"
9494
if not os.path.isfile(full_path):
95-
print(f"Skipping missing ELF {full_path}...")
95+
print(f"\n=== Skipping missing ELF {full_path} ===")
9696
continue
9797

9898
attempted += 1

0 commit comments

Comments
 (0)