mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 15:25:57 +00:00
Use e2e.go for conformance test instead of script
Totally guessing at the escaping in that string
This commit is contained in:
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
Block a user