ci,crnm: remove unsupported arguments by console.print
Fixes: 51c3f56aa (ci,crnm: migrate colorama to rich)
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37641>
This commit is contained in:
parent
42a78a1aae
commit
c2a2d7215a
1 changed files with 0 additions and 1 deletions
|
|
@ -234,7 +234,6 @@ def monitor_pipeline(
|
|||
f"* {job_name:{name_field_pad}} succ: {n_succeed}; "
|
||||
f"fail: {n_failed}; "
|
||||
f"total: {n_total_seen} of {stress}",
|
||||
flush=False,
|
||||
)
|
||||
if stress < 0 or n_total_completed < stress:
|
||||
enough = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue