kubernetes/hack/e2e-internal
Filipe Brandenburger 0c7dce77dd Turn the hack/e2e.go commands into standalone scripts.
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.
2015-02-06 11:18:14 -08:00
..
build-release.sh Turn the hack/e2e.go commands into standalone scripts. 2015-02-06 11:18:14 -08:00
e2e-cluster-size.sh Turn the hack/e2e.go commands into standalone scripts. 2015-02-06 11:18:14 -08:00
e2e-down.sh Turn the hack/e2e.go commands into standalone scripts. 2015-02-06 11:18:14 -08:00
e2e-push.sh Turn the hack/e2e.go commands into standalone scripts. 2015-02-06 11:18:14 -08:00
e2e-status.sh Turn the hack/e2e.go commands into standalone scripts. 2015-02-06 11:18:14 -08:00
e2e-up.sh Turn the hack/e2e.go commands into standalone scripts. 2015-02-06 11:18:14 -08:00
e2e-watch-events.sh Turn the hack/e2e.go commands into standalone scripts. 2015-02-06 11:18:14 -08:00