mirror of https://github.com/k3s-io/k3s
Use e2e.go for conformance test instead of script
Totally guessing at the escaping in that stringpull/6/head
parent
0dc1f5da04
commit
f306193386
|
@ -31,7 +31,7 @@ TEST_ARGS="$@"
|
|||
|
||||
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
|
||||
# create a CONFORMANCE_BRANCH clone in a subdirectory
|
||||
TEST_CMD="
|
||||
|
|
Loading…
Reference in New Issue