selftests/run_kselftest.sh: fix dry-run typo
authorHangbin Liu <liuhangbin@gmail.com>
Wed, 28 Oct 2020 08:31:14 +0000 (16:31 +0800)
committerShuah Khan <skhan@linuxfoundation.org>
Tue, 10 Nov 2020 21:51:39 +0000 (14:51 -0700)
commit93f20eff0cca972d74cb554a2e8b47730228be16
tree10965895feaf159e834e67412f41dafb83d73e47
parent82f147944c650a07831c796c398f5c973dbdde79
selftests/run_kselftest.sh: fix dry-run typo

Should be -d instead of -n for dry-run.

Fixes: 5da1918446a1 ("selftests/run_kselftest.sh: Make each test individually selectable")
Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/testing/selftests/run_kselftest.sh