mirror of
https://github.com/torvalds/linux.git
synced 2024-12-04 01:51:34 +00:00
selftests/run_kselftest.sh: fix dry-run typo
Should be -d instead of -n for dry-run.
Fixes: 5da1918446
("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>
This commit is contained in:
parent
82f147944c
commit
93f20eff0c
@ -48,7 +48,7 @@ while true; do
|
||||
-l | --list)
|
||||
echo "$available"
|
||||
exit 0 ;;
|
||||
-n | --dry-run)
|
||||
-d | --dry-run)
|
||||
dryrun="echo"
|
||||
shift ;;
|
||||
-h | --help)
|
||||
|
Loading…
Reference in New Issue
Block a user