Skip to content

Commit

Permalink
selftests/run_kselftest.sh: fix dry-run typo
Browse files Browse the repository at this point in the history
Should be -d instead of -n for dry-run.

Fixes: 5da1918 ("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>
  • Loading branch information
Hangbin Liu authored and Shuah Khan committed Nov 10, 2020
1 parent 82f1479 commit 93f20ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/testing/selftests/run_kselftest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ while true; do
-l | --list)
echo "$available"
exit 0 ;;
-n | --dry-run)
-d | --dry-run)
dryrun="echo"
shift ;;
-h | --help)
Expand Down

0 comments on commit 93f20ef

Please sign in to comment.