diff --git a/tools/dockerfile/grpc_iwyu/iwyu.sh b/tools/dockerfile/grpc_iwyu/iwyu.sh index d1aa2d691b1..d7e715c5c1d 100755 --- a/tools/dockerfile/grpc_iwyu/iwyu.sh +++ b/tools/dockerfile/grpc_iwyu/iwyu.sh @@ -84,6 +84,9 @@ xargs -n 1 -P $CPU_COUNT -a iwyu_files.txt ${IWYU_ROOT}/iwyu/run_iwyu_on.sh cat iwyu/iwyu.*.out > iwyu.out +# TEMP DEBUG +cat iwyu.out + # apply the suggested changes ${IWYU_ROOT}/iwyu/fix_includes.py \ --nocomments \