mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-04-28 17:50:30 -04:00
This gets rid of bashWrap() and of running bash -s passing it a script on stdin. Also get rid of most of the runBash*() helpers. In particular, `go run hack/e2e.go -build` will now work when it needs to ask whether it is OK to download a large docker image, it used to fail since stdin was not available for the bash script using the `read` command. Tested by running a full `hack/e2e-test.sh` run including the build stage without the docker image loaded, which used to fail before this change. |
||
|---|---|---|
| .. | ||
| build-release.sh | ||
| e2e-cluster-size.sh | ||
| e2e-down.sh | ||
| e2e-push.sh | ||
| e2e-status.sh | ||
| e2e-up.sh | ||
| e2e-watch-events.sh | ||