clang_tidy: rename the script we're invoking
In Idd1c53e0fcbe6ccb632a0ae95a63bb6ac4c0bbfa, we're adding tests for our
warnings generator (yay!). For ease of importing, the scripts there have
been renamed to use _ instead of - as a word sep. Reflect that change
here.
BUG=None
TEST=./run_tests
Cq-Depend: chromium:1636377
Change-Id: I7d63152edcec722e64d9f06f2a0e62de7788beee
Reviewed-on: https://chromium-review.googlesource.com/1636379
Commit-Ready: George Burgess <gbiv@chromium.org>
Tested-by: George Burgess <gbiv@chromium.org>
Legacy-Commit-Queue: Commit Bot <commit-bot@chromium.org>
Reviewed-by: Dhanya Ganesh <dhanyaganesh@chromium.org>
Reviewed-by: Caroline Tice <cmtice@chromium.org>
diff --git a/scripts/cros_generate_tidy_warnings.py b/scripts/cros_generate_tidy_warnings.py
index 134460a..35497c0 100644
--- a/scripts/cros_generate_tidy_warnings.py
+++ b/scripts/cros_generate_tidy_warnings.py
@@ -18,7 +18,7 @@
DEFAULT_NAME = 'clang_tidy_warnings.tar.xz'
TIDY_WARNINGS = 'clang_tidy_warnings'
PARSING_SCRIPT = ('/mnt/host/source/src/third_party/toolchain-utils/'
- 'clang_tidy/clang-tidy-parse-build-log.py')
+ 'clang_tidy/clang_tidy_parse_build_log.py')
WORKING_DIR = '/usr/bin'