On Tue, Feb 9, 2021 at 6:33 PM Theodore Ts'o <tytso@xxxxxxx> 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@xxxxxxxxxx (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