Re: [PATCH] selftests/mm: run_vmtests.sh: fix destructive tests invocation

From: SeongJae Park

Date: Mon Apr 27 2026 - 20:17:26 EST


On Mon, 27 Apr 2026 12:03:51 -0400 Luiz Capitulino <luizcap@xxxxxxxxxx> wrote:

> Destructive tests should be invocated with -d command-line option, but
> this won't work today since 'd' is missing in getopts command-line. This
> commit fixes it.

Nice catch!

>
> Signed-off-by: Luiz Capitulino <luizcap@xxxxxxxxxx>

Reviewed-by: SeongJae Park <sj@xxxxxxxxxx>


Thanks,
SJ

[...]