Skip to content

Commit 8ed6170

Browse files
committed
fixed bug in Makefile e2e target
Signed-off-by: Nir Rozenbaum <[email protected]>
1 parent bec160e commit 8ed6170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ test-integration: manifests generate fmt vet envtest ## Run tests.
129129

130130
.PHONY: test-e2e
131131
test-e2e: ## Run end-to-end tests against an existing Kubernetes cluster. When using default configuration, the tests need at least 3 available GPUs.
132-
MANIFEST_PATH=$(ROOT_DIR)/$(E2E_MANIFEST_PATH) go test ./test/e2e/ -v -ginkgo.v
132+
MANIFEST_PATH=$(ROOT_DIR)/$(E2E_MANIFEST_PATH) go test ./test/e2e/epp/ -v -ginkgo.v
133133

134134
.PHONY: lint
135135
lint: golangci-lint ## Run golangci-lint linter

0 commit comments

Comments
 (0)