Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Hangbin Liu and committed by
Shuah Khan
93f20eff 82f14794

+1 -1
+1 -1
tools/testing/selftests/run_kselftest.sh
··· 48 48 -l | --list) 49 49 echo "$available" 50 50 exit 0 ;; 51 - -n | --dry-run) 51 + -d | --dry-run) 52 52 dryrun="echo" 53 53 shift ;; 54 54 -h | --help)