Use e2e.go for conformance test instead of script

Totally guessing at the escaping in that string
pull/6/head
Aaron Crickenberger 2016-03-22 13:16:14 -07:00
parent 0dc1f5da04
commit f306193386
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ TEST_ARGS="$@"
KUBE_ROOT=$(cd "$(dirname "${BASH_SOURCE}")/../../.." && pwd) KUBE_ROOT=$(cd "$(dirname "${BASH_SOURCE}")/../../.." && pwd)
TEST_CMD="KUBECONFIG=~/.kube/config hack/conformance-test.sh" TEST_CMD="KUBE_CONFORMANCE_TEST=y KUBECONFIG=~/.kube/config go run hack/e2e.go --test --test_args=\"--ginkgo.focus=\\[Conformance\\]\""
if [ -n "${CONFORMANCE_BRANCH}" ]; then if [ -n "${CONFORMANCE_BRANCH}" ]; then
# create a CONFORMANCE_BRANCH clone in a subdirectory # create a CONFORMANCE_BRANCH clone in a subdirectory
TEST_CMD=" TEST_CMD="