Messages in this thread |  | | From | Daniel Latypov <> | Date | Mon, 22 Feb 2021 16:23:20 -0800 | Subject | Re: [PATCH] ext4: add .kunitconfig fragment to enable ext4-specific tests |
| |
On Tue, Feb 9, 2021 at 6:33 PM Theodore Ts'o <tytso@mit.edu> wrote: > > On Tue, Feb 09, 2021 at 05:32:06PM -0800, Daniel Latypov wrote: > > > > After [2]: > > $ ./tools/testing/kunit.py run --kunitconfig=fs/ext4/.kunitconfig > > Any chance that in the future this might become: > > $ ./tools/testing/kunit.py run --kunitconfig=fs/ext4
For future reference, this patch would make ^ work. https://lore.kernel.org/linux-kselftest/20210222225241.201145-1-dlatypov@google.com
(This time w/o the typo in the path to kunit.py :)
> > Or better yet, syntactic sugar like: > > $ ./tools/testing/kunit.py test fs/ext4 > > would be really nice. > > - Ted
|  |