We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76a6e63 commit 7333098Copy full SHA for 7333098
toolchain/mfc/bench.py
@@ -78,15 +78,13 @@ def bench(targets = None):
78
cons.print(f"[bold red]ERROR[/bold red]: Case {case.slug} failed with exit code {rc}")
79
cons.print(f"[bold red] Check log at: {log_filepath}[/bold red]")
80
failed_cases.append(case.slug)
81
- cons.unindent()
82
continue
83
84
# Validate summary file exists
85
if not os.path.exists(summary_filepath):
86
cons.print(f"[bold red]ERROR[/bold red]: Summary file not created for {case.slug}")
87
cons.print(f"[bold red] Expected: {summary_filepath}[/bold red]")
88
89
90
91
92
# Load summary
0 commit comments