Commit 296ae178 authored by Slava Semushin's avatar Slava Semushin

hack/generate-bindata.sh: make output cleanly by suppressing pushd/popd output.

parent 4cc5d3b9
......@@ -39,7 +39,7 @@ if ! which go-bindata &>/dev/null ; then
fi
# run the generation from the root directory for stable output
pushd "${KUBE_ROOT}"
pushd "${KUBE_ROOT}" >/dev/null
# These are files for e2e tests.
BINDATA_OUTPUT="test/e2e/generated/bindata.go"
......@@ -84,4 +84,4 @@ fi
rm -f "${BINDATA_OUTPUT}.tmp"
popd
popd >/dev/null
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment