Adding "Pass/Fail" echo

This commit is contained in:
Michael Rubin 2016-05-23 11:45:31 -07:00
parent 4215fe57a5
commit 7900d0897d

View File

@ -98,7 +98,9 @@ hack/godep-save.sh
if ! _out="$(diff -Naupr --ignore-matching-lines='^\s*\"GoVersion\":' --ignore-matching-line='^\s*\"GodepVersion\":' --ignore-matching-lines='^\s*\"Comment\":' ${KUBE_ROOT}/Godeps/Godeps.json ${_kubetmp}/Godeps/Godeps.json)"; then
echo "Your Godeps.json is different:"
echo "${_out}"
echo "Godeps Verify failed."
exit 1
fi
echo "Godeps Verified."
# ex: ts=2 sw=2 et filetype=sh