Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] tests: improve readability
- X-seq: zsh-workers 54681
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Philippe Altherr <philippe.altherr@xxxxxxxxx>
- Cc: dana <dana@xxxxxxx>, zsh-workers@xxxxxxx
- Subject: Re: [PATCH] tests: improve readability
- Date: Fri, 5 Jun 2026 10:49:59 -0700
- Arc-authentication-results: i=1; mx.google.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20240605; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:dkim-signature; bh=/CaALws4kIX1w2Y++ejivLUc5fBCLZAFI43fRI/D07U=; fh=ng/MRcZ+n9kwpblR8zyqoPS+z/Fcb5seNQtJFwdF9mg=; b=dQvbXwZXRAB1CiREmwvMfyJ4JE6z2owe+TCTgle2Y+nSNOP8ClLr2zlZatyAksSPl7 0MbzHgMV6wOf3pghLMzSMb7Zj7ZrBevl2NZY1s7qhBpq79NCcGtWZ72MSsT2xAnoXg50 pcWJQiB+LDZRHGrAG69cCiXsAa6r4OTDOzVvVJP42Bd/Gvwv5gx5VcLsa4tAy5KSVi7N dQNoby/GXAVsCcgEzcovZREv8A1AqpuB9x03dXHeJCaVtbb8op2QTd/pMSUHUn7yzRIj r+pfaLJcZq/b5fJkhKoEKKXvvgNNgB0p//W5AWasZHYl1aKVWII1Z8L2WGNM4lLAS+mk G1JQ==; darn=zsh.org
- Arc-seal: i=1; a=rsa-sha256; t=1780681811; cv=none; d=google.com; s=arc-20240605; b=ULkNvycXrcISKbLVkvd+qmhiCRR9bEW/nKAUQtXpy+MKIU91LPTekknZYhUVCf/Lv4 8ukQoGzvPdxeMjdXSqrxs38dwLXAGiqTz6i9YgFnGlLWfVH/giDH6BIZRM63tG3KV7mM gkgIBe8xmM6T1fk6XzovibqKmgNUFmSmEbsI2L+HQt3eQWSluV5FAOhzyUmYWMSQkdLH UvCOotQ6RKHu/BRKsRH3F+51XNnJVR9RnC6m1L++pp3Zu5R6yqlWrdC5R6FzeqwB1Z4Z CUfGBO6V3/zAmv80gc2/HqoRFILDhI8NnFh1e6A53JUqK7uX/kCbrYbN85cDUlt/GYlD VmZQ==
- Archived-at: <https://zsh.org/workers/54681>
- In-reply-to: <CAGdYchsxjwbG8w_se=_YPKsTbB0WNy+TNpuV2bHQT6uJbFRakA@mail.gmail.com>
- List-id: <zsh-workers.zsh.org>
- References: <e7c0c05f-988f-4837-ad14-6157e75ca5ea@app.fastmail.com> <783256270.579404.1780648068574@mail.virginmedia.com> <CAGdYcht84XMPPfUBbrvubmLkV5B32eXt+PL8FztDxsiPSU=qDg@mail.gmail.com> <CAGdYchsxjwbG8w_se=_YPKsTbB0WNy+TNpuV2bHQT6uJbFRakA@mail.gmail.com>
On Fri, Jun 5, 2026 at 10:14 AM Philippe Altherr
<philippe.altherr@xxxxxxxxx> wrote:
>>
>> My recommendations/wishes:
>>
>> Put at least the main summary line and the star lines in bold
>> Use more fine grained coloring for the summary line (see results of my sed command)
>> Put the star lines in red if there are any failures and otherwise in green (and maybe in cyan if there are only skipped files)
>
> I forgot the most useful: use a third color to highlight messages, like ones for skipped test files/cases, that are neither error nor success messages. Without highlighting, I have a hard time noticing these messages.
>
> Philippe
>
My only input on this:
Please do take non-interactive builds into account. We've had people
who build binary distribution packages report issues with the test
suit before.
Rather than make a lot of changes to the test output itself, maybe
create something like Philippe's sed as a coprocess to filter the
output (and then using that only for interactive sessions).
Messages sorted by:
Reverse Date,
Date,
Thread,
Author