Internal change.

PiperOrigin-RevId: 248823405
This commit is contained in:
Amit Patankar 2019-05-17 18:49:30 -07:00 committed by TensorFlower Gardener
parent 9f8031e519
commit 39c4ef4be6

View File

@ -305,7 +305,7 @@ do_buildifier(){
if [[ -s ${BUILDIFIER_OUTPUT_FILE} ]]; then
echo "FAIL: buildifier found errors and/or warnings in above BUILD files."
echo "buildifier suggested the following changes:"
buildifier -showlog -v -mode=diff ${BUILD_FILES}
buildifier -v -mode=diff ${BUILD_FILES}
echo "Please fix manually or run buildifier <file> to auto-fix."
return 1
else