diff options
author | Noah Eisen <ncteisen@google.com> | 2018-01-16 20:02:22 -0800 |
---|---|---|
committer | Noah Eisen <ncteisen@google.com> | 2018-01-16 20:02:22 -0800 |
commit | c4aba517a50afa868de40891bbe696947d2d50d4 (patch) | |
tree | 53e7a26d1b3ce05462c7e4c566e4c6b935f55d97 /tools | |
parent | 86ddb5393d452fc30ba3941a286c79c253909abc (diff) |
s/tidy/TIDY
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/distrib/clang_tidy_code.sh | 2 | ||||
-rwxr-xr-x | tools/dockerfile/grpc_clang_tidy/clang_tidy_all_the_things.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/distrib/clang_tidy_code.sh b/tools/distrib/clang_tidy_code.sh index b9d4368997..7f3dfb116f 100755 --- a/tools/distrib/clang_tidy_code.sh +++ b/tools/distrib/clang_tidy_code.sh @@ -27,5 +27,5 @@ then # run clang-tidy against the checked out codebase docker run -e TEST=$TEST -e CHANGED_FILES="$CHANGED_FILES" -e CLANG_TIDY_ROOT="/local-code" --rm=true -v "${REPO_ROOT}":/local-code -t grpc_clang_tidy /clang_tidy_all_the_things.sh "$@" else - CLANG_tidy_ROOT="${REPO_ROOT}" tools/dockerfile/grpc_clang_tidy/clang_tidy_all_the_things.sh + CLANG_TIDY_ROOT="${REPO_ROOT}" tools/dockerfile/grpc_clang_tidy/clang_tidy_all_the_things.sh fi diff --git a/tools/dockerfile/grpc_clang_tidy/clang_tidy_all_the_things.sh b/tools/dockerfile/grpc_clang_tidy/clang_tidy_all_the_things.sh index a74c728850..cb22d75489 100755 --- a/tools/dockerfile/grpc_clang_tidy/clang_tidy_all_the_things.sh +++ b/tools/dockerfile/grpc_clang_tidy/clang_tidy_all_the_things.sh @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -set -e +set -ex # clang format command CLANG_TIDY=${CLANG_TIDY:-clang-tidy-5.0} |