Skip to content

Commit

Permalink
Reduce filename spam in the clang-tidy CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jbytheway committed Apr 12, 2020
1 parent be7d286 commit 2393076
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build-scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ then

# We want to first analyze all files that changed in this PR, then as
# many others as possible, in a random order.
set +x
all_cpp_files="$( \
grep '"file": "' build/compile_commands.json | \
sed "s+.*$PWD/++;s+\"$++")"
Expand All @@ -117,6 +118,7 @@ then
else
remaining_cpp_files="$all_cpp_files"
fi
set -x

function analyze_files_in_random_order
{
Expand Down

0 comments on commit 2393076

Please sign in to comment.