Bug 229865
Summary: | [webkitpy] Make autoinstaller output less verbose and more readable | ||
---|---|---|---|
Product: | WebKit | Reporter: | Aakash Jain <aakash_jain> |
Component: | Tools / Tests | Assignee: | Jonathan Bedard <jbedard> |
Status: | ASSIGNED | ||
Severity: | Normal | CC: | aakash_jain, ap, jbedard, ryanhaddad, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | Other | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=219113 |
Aakash Jain
We should make autoinstaller output less verbose and more readable. Currently for every package it prints three separate lines, each line containing the package name and version number. e.g.:
Downloading webencodings-0.5.1...
Installing webencodings-0.5.1...
Installed webencodings-0.5.1!
Downloading beautifulsoup4-4.9.3...
Installing beautifulsoup4-4.9.3...
Installed beautifulsoup4-4.9.3!
Instead it should print one line per package, something like:
Downloading webencodings-0.5.1...Installing...Installed!
Downloading beautifulsoup4-4.9.3...Installing...Installed!
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Jonathan Bedard
Darin's suggestion for this, if I recall, was to replace lines.
Is the complaint here about locally running changes or the logs we get in automation?
Aakash Jain
(In reply to Jonathan Bedard from comment #1)
> Is the complaint here about locally running changes or the logs we get in automation?
I noticed it mostly in local runs. Currently, the output can be multiple pages long sometimes.
Radar WebKit Bug Importer
<rdar://problem/82975138>