Re: [PATCH 1/7] gitlab: use argparse in check-units script

2025-07-10 Thread Manos Pitsidianakis
On Thu, Jul 10, 2025 at 1:46 PM Alex Bennée wrote: > > Modernise the argument parsing so we can easily add to the script. > > Signed-off-by: Alex Bennée > --- > .gitlab-ci.d/check-units.py | 21 - > 1 file changed, 12 insertions(+), 9 deletions(-) > > diff --git a/.gitlab-ci.

[PATCH 1/7] gitlab: use argparse in check-units script

2025-07-10 Thread Alex Bennée
Modernise the argument parsing so we can easily add to the script. Signed-off-by: Alex Bennée --- .gitlab-ci.d/check-units.py | 21 - 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/.gitlab-ci.d/check-units.py b/.gitlab-ci.d/check-units.py index 268a4118d5..cdc