Feat: fix windows build script
This commit is contained in:
@@ -793,7 +793,7 @@ def _print_platform_log(r: PlatformResult, verbose: bool = False) -> None:
|
|||||||
lines = [f" ... ({len(r.log_lines) - _FAILURE_LOG_TAIL} lines omitted, use --verbose for full output)"] + lines[-_FAILURE_LOG_TAIL:]
|
lines = [f" ... ({len(r.log_lines) - _FAILURE_LOG_TAIL} lines omitted, use --verbose for full output)"] + lines[-_FAILURE_LOG_TAIL:]
|
||||||
|
|
||||||
console.print(Panel(
|
console.print(Panel(
|
||||||
"\n".join(lines) if lines else "[dim]no output[/]",
|
"\n".join(escape(l) for l in lines) if lines else "[dim]no output[/]",
|
||||||
title=f"{r.platform.label} [{status}] {r.elapsed:.1f}s",
|
title=f"{r.platform.label} [{status}] {r.elapsed:.1f}s",
|
||||||
border_style=style,
|
border_style=style,
|
||||||
))
|
))
|
||||||
|
|||||||
Reference in New Issue
Block a user