Break the sanity check failure loop by disabling clang-format on end2end_{,nosec_}tests.c

pull/11782/head
Muxi Yan 8 years ago
parent a390072c72
commit 76e158f2c1
  1. 2
      tools/dockerfile/grpc_clang_format/clang_format_all_the_things.sh

@ -29,7 +29,7 @@ for dir in $DIRS
do
for glob in $GLOB
do
files="$files `find ${CLANG_FORMAT_ROOT}/$dir -name $glob -and -not -name *.generated.* -and -not -name *.pb.h -and -not -name *.pb.c -and -not -name *.pb.cc`"
files="$files `find ${CLANG_FORMAT_ROOT}/$dir -name $glob -and -not -name *.generated.* -and -not -name *.pb.h -and -not -name *.pb.c -and -not -name *.pb.cc -and -not -name end2end_tests.c -and -not -name end2end_nosec_tests.c`"
done
done

Loading…
Cancel
Save