Merge pull request #51059 from thockin/update-all-messages

Automatic merge from submit-queue (batch tested with PRs 51102, 50712, 51037, 51044, 51059)

Message cleanup on update-all

Minor
This commit is contained in:
Kubernetes Submit Queue 2017-08-22 12:28:08 -07:00 committed by GitHub
commit 6858bb4e60

View File

@ -46,7 +46,7 @@ done
trap 'exit 1' SIGINT
if $SILENT ; then
echo "Running in the silent mode, run with -v if you want to see script logs."
echo "Running in silent mode, run with -v if you want to see script logs."
fi
if ! $ALL ; then
@ -77,7 +77,7 @@ BASH_TARGETS="
update-bazel"
for t in $BASH_TARGETS; do
echo -e "${color_yellow}Updating $t${color_norm}"
echo -e "${color_yellow}Running $t${color_norm}"
if $SILENT ; then
if ! bash "$KUBE_ROOT/hack/$t.sh" 1> /dev/null; then
echo -e "${color_red}Running $t FAILED${color_norm}"