From 56a40f21e1ca5cf50d1e9ceb17e03ac57a4565a0 Mon Sep 17 00:00:00 2001 From: Chandra Pamuluri Date: Fri, 16 Feb 2024 14:51:09 -0600 Subject: [PATCH] change --- test/e2e/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/e2e/Makefile b/test/e2e/Makefile index 344a4f9c8..4d8c8368d 100644 --- a/test/e2e/Makefile +++ b/test/e2e/Makefile @@ -78,8 +78,7 @@ e2e-cli-lifecycle: echo "Running CLI lifecycle tests: ${ROOT_DIR}/test/e2e/cli_lifecycle" ; \ ls ${ROOT_DIR}/test/e2e/cli_lifecycle ; \ mkdir -p /tmp/ginkgo - ${GINKGO} -work-dir=/tmp/ginkgo -createdir=false -suppress-workspace-creation=true -r ./test/e2e/cli_lifecycle - + ${GINKGO} -createdir=false -suppress-workspace-creation=true -r ${ROOT_DIR}/test/e2e/cli_lifecycle .PHONY: e2e-cli-config ## Execute CLI config life cycle specific e2e tests e2e-cli-config: