[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <dbab6e52-de79-458a-88f8-c771dec4a2ae@t-8ch.de>
Date: Tue, 20 May 2025 11:54:15 +0200
From: Thomas Weißschuh <linux@...ssschuh.net>
To: Rae Moar <rmoar@...gle.com>, skhan@...uxfoundation.org
Cc: davidgow@...gle.com, brendan.higgins@...ux.dev, dlatypov@...gle.com,
kunit-dev@...glegroups.com, linux-kernel@...r.kernel.org, linux-kselftest@...r.kernel.org
Subject: Re: [PATCH] kunit: tool: add test counts to JSON output
On 2025-05-16 20:16:15+0000, Rae Moar wrote:
<snip>
> test_group = {
> "name": test.name,
> "sub_groups": sub_groups,
> "test_cases": test_cases,
> + "misc": counts_json
Should have a trailing comma for future extensibility.
In case history is rewritten anyways, this could be fixed up.
> }
> test_group.update(common_fields)
> return test_group
>
> base-commit: c2493384e8110d5a4792fff4b9d46e47b78ea10a
> --
> 2.49.0.1101.gccaa498523-goog
>
Powered by blists - more mailing lists