diff options
-rwxr-xr-x | clang-tidy-diff.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang-tidy-diff.sh b/clang-tidy-diff.sh index 0bf952166..086dab6f9 100755 --- a/clang-tidy-diff.sh +++ b/clang-tidy-diff.sh @@ -5,6 +5,7 @@ # the test in this case. if [ ! -f compile_commands.json ] then + echo "Compilation database file does not exist. Skipping clang-tidy test." exit 0 fi |