[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 3/5] iotests: strip subdir path when listing tests
From: |
Alex Bennée |
Subject: |
Re: [PATCH 3/5] iotests: strip subdir path when listing tests |
Date: |
Fri, 03 Mar 2023 12:58:24 +0000 |
User-agent: |
mu4e 1.9.21; emacs 29.0.60 |
Daniel P. Berrangé <berrange@redhat.com> writes:
> When asking 'check' to list individual tests by invoking it in dry run
> mode, it prints the paths to the tests relative to the base of the
> I/O test directory.
>
> When asking 'check' to run an individual test, however, it mandates that
> only the unqualified test name is given, without any path prefix. This
> inconsistency makes it harder to ask for a list of tests and then invoke
> each one.
>
> Thus the test listing code is change to flatten the test names, by
> printing only the base name, which can be directly invoked.
>
> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
--
Alex Bennée
Virtualisation Tech Lead @ Linaro
- [PATCH 0/5] iotests: make meson aware of individual I/O tests, Daniel P . Berrangé, 2023/03/02
- [PATCH 1/5] iotests: explicitly pass source/build dir to 'check' command, Daniel P . Berrangé, 2023/03/02
- [PATCH 2/5] iotests: allow test discovery before building, Daniel P . Berrangé, 2023/03/02
- [PATCH 3/5] iotests: strip subdir path when listing tests, Daniel P . Berrangé, 2023/03/02
- Re: [PATCH 3/5] iotests: strip subdir path when listing tests,
Alex Bennée <=
- [PATCH 5/5] iotests: register each I/O test separately with meson, Daniel P . Berrangé, 2023/03/02
- [PATCH 4/5] iotests: print TAP protocol version when reporting tests, Daniel P . Berrangé, 2023/03/02
- Re: [PATCH 0/5] iotests: make meson aware of individual I/O tests, Daniel P . Berrangé, 2023/03/02
- Re: [PATCH 0/5] iotests: make meson aware of individual I/O tests, Thomas Huth, 2023/03/03