Skip to content

Commit fd85f81

Browse files
committed
Add a helpful message when skipping test
1 parent 7621a10 commit fd85f81

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

clang-tidy-diff.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
# the test in this case.
66
if [ ! -f compile_commands.json ]
77
then
8+
echo "Compilation database file does not exist. Skipping clang-tidy test."
89
exit 0
910
fi
1011

0 commit comments

Comments
 (0)