-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Do no truncate summary messages on CI #9920
Copy link
Copy link
Closed
Labels
topic: reportingrelated to terminal output and user-facing messages and errorsrelated to terminal output and user-facing messages and errorstype: enhancementnew feature or API change, should be merged into features branchnew feature or API change, should be merged into features branch
Metadata
Metadata
Assignees
Labels
topic: reportingrelated to terminal output and user-facing messages and errorsrelated to terminal output and user-facing messages and errorstype: enhancementnew feature or API change, should be merged into features branchnew feature or API change, should be merged into features branch
Currently short test summary gets truncated to the terminal width, but when running on CI we can probably ditch the limit so they appear on the logs.
Follow up to #5283.