New e2e script (in go this time) that doesn't completely suck

This commit is contained in:
Daniel Smith
2014-10-22 17:49:40 -07:00
parent 77d2815b86
commit bfabb41604
4 changed files with 216 additions and 97 deletions

View File

@@ -34,6 +34,7 @@ server_targets=(
client_targets=(
cmd/kubecfg
cmd/kubectl
cmd/e2e
)
mkdir -p "${KUBE_TARGET}"