mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
Aaaaannd i forgot the --quiet..
This commit is contained in:
parent
da894f6f0f
commit
32d49d9bbf
1 changed files with 1 additions and 1 deletions
|
@ -284,7 +284,7 @@ print(render_for_terminal(summary))
|
|||
if os.path.exists("/usr/bin/wkhtmltoimage"):
|
||||
export_as_image(summary, test_context + "/summary.png")
|
||||
if os.path.exists("/usr/bin/optipnge"):
|
||||
os.system(f"/usr/bin/optipng {test_context}/summary.png")
|
||||
os.system(f"/usr/bin/optipng --quiet '{test_context}/summary.png'")
|
||||
else:
|
||||
print("(Protip™ for CI admin: you should 'apt install wkhtmltopdf optipng --no-install-recommends' to enable result summary export to .png)")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue