File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ test/cluster/down: bin/k3d
112112
113113test/e2e/% : PKG=$*
114114test/e2e/% : bin/cockroach bin/kubectl bin/helm build/self-signer test/cluster # # run e2e tests for package (e.g. install or rotate)
115- @PATH=" $( PWD) /bin:${PATH} " go test -timeout 30m -v ./tests/e2e/... || EXIT_CODE=$$? ; \
115+ @PATH=" $( PWD) /bin:${PATH} " go test -timeout 30m -v ./tests/e2e/${PKG} / ... || EXIT_CODE=$$? ; \
116116 $(MAKE ) test/cluster/down; \
117117 exit $$ {EXIT_CODE:-0}
118118
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ func TestCockroachDbHelmInstall(t *testing.T) {
104104 testutil .RequireDatabaseToFunction (t , crdbCluster , testDBName )
105105}
106106
107- func TestCockroachDbHelmInstallWithCAProvided (t * testing.T ) {
107+ func TestCockroachDbHelmWithCAProvided (t * testing.T ) {
108108 namespaceName := "cockroach" + strings .ToLower (random .UniqueId ())
109109 kubectlOptions := k8s .NewKubectlOptions ("" , "" , namespaceName )
110110
You can’t perform that action at this time.
0 commit comments