Skip to content

Commit

Permalink
selftests: Make the usage formatting consistent in kselftest_deps.sh
Browse files Browse the repository at this point in the history
Add a colon in the "Optional" test usage message to ensure consistency
with the "Default" test usage message.

Signed-off-by: Gautam Menghani <gautammenghani201@gmail.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
  • Loading branch information
Gautam Menghani authored and Shuah Khan committed Jun 27, 2022
1 parent 3297a4d commit 18afe1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/testing/selftests/kselftest_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ echo " main Makefile when optional -p is specified."
echo "- Prints pass/fail dependency check for each tests/sub-test."
echo "- Prints pass/fail targets and libraries."
echo "- Default: runs dependency checks on all tests."
echo "- Optional test name can be specified to check dependencies for it."
echo "- Optional: test name can be specified to check dependencies for it."
exit 1

}
Expand Down

0 comments on commit 18afe1b

Please sign in to comment.