commit | 476b045ae01b0b5236238ea4fa32851d343095e3 | [log] [tgz] |
---|---|---|
author | Paul Sokolovsky <paul.sokolovsky@linaro.org> | Tue Jun 18 22:20:32 2024 +0300 |
committer | Paul Sokolovsky <paul.sokolovsky@linaro.org> | Tue Jun 18 22:20:32 2024 +0300 |
tree | 74cd09e0b8a38e4c63c1fe1495fb57da5514ac41 | |
parent | 3a41a3858e090897540eb3ba414b9735e22da140 [diff] [blame] |
static-checks-coding-style-line-endings.sh: Use positive test name We're checking that line endings are valid, not that they're not valid. Such are test name more naturally fits with the rest test names. Related to https://linaro.atlassian.net/browse/TFC-636 Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org> Change-Id: Id3478111f81c947ca9560ffcf4b5e61e1ce2166a
diff --git a/script/static-checks/static-checks-coding-style-line-endings.sh b/script/static-checks/static-checks-coding-style-line-endings.sh index e5feeb5..4a08cba 100755 --- a/script/static-checks/static-checks-coding-style-line-endings.sh +++ b/script/static-checks/static-checks-coding-style-line-endings.sh
@@ -1,11 +1,11 @@ #!/usr/bin/env bash # -# Copyright (c) 2019-2022 Arm Limited. All rights reserved. +# Copyright (c) 2019-2024 Arm Limited. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # -TEST_CASE="Line endings not valid" +TEST_CASE="Line endings are valid" EXIT_VALUE=0