Remove all _test.go files in Godep

This commit is contained in:
Eric Paris
2015-10-15 10:17:35 -04:00
parent 407f9b9e42
commit 363d8a6fec
1048 changed files with 1 additions and 221777 deletions

View File

@@ -80,7 +80,7 @@ pushd "${_kubetmp}" > /dev/null
git init > /dev/null 2>&1
# recreate the Godeps using the nice clean set we just downloaded
"${GODEP}" save -t ./...
"${GODEP}" save ./...
popd > /dev/null
if ! _out="$(diff -Naupr --ignore-matching-lines='^\s*\"GoVersion\":' --ignore-matching-lines='^\s*\"Comment\":' ${KUBE_ROOT}/Godeps/Godeps.json ${_kubetmp}/Godeps/Godeps.json)"; then