diff options
author | Gautam Menghani <gautammenghani201@gmail.com> | 2022-06-23 05:48:32 +0200 |
---|---|---|
committer | Shuah Khan <skhan@linuxfoundation.org> | 2022-06-27 22:14:27 +0200 |
commit | 18afe1bf05a11c1b186bcf696e7a06bfed0e5ba2 (patch) | |
tree | bf921272318fd7c222d07fdbfc1de57d54d39f94 | |
parent | kselftests: Enable the echo command to print newlines in Makefile (diff) | |
download | linux-18afe1bf05a11c1b186bcf696e7a06bfed0e5ba2.tar.xz linux-18afe1bf05a11c1b186bcf696e7a06bfed0e5ba2.zip |
selftests: Make the usage formatting consistent in kselftest_deps.sh
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>
-rwxr-xr-x | tools/testing/selftests/kselftest_deps.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/kselftest_deps.sh b/tools/testing/selftests/kselftest_deps.sh index 00e60d6eb16b..708cb5429633 100755 --- a/tools/testing/selftests/kselftest_deps.sh +++ b/tools/testing/selftests/kselftest_deps.sh @@ -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 } |