From 77c518cd24d5e7f64ecea35953b485977f7b5a31 Mon Sep 17 00:00:00 2001 From: Anubhab Majumdar Date: Wed, 13 Mar 2024 22:27:00 +0000 Subject: [PATCH] Fix the make rule for UT Signed-off-by: Anubhab Majumdar --- Makefile | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/Makefile b/Makefile index 9647c33aa27..1cbc5b382ad 100644 --- a/Makefile +++ b/Makefile @@ -368,18 +368,7 @@ retina-test-image: ## build the retina container image for testing. IMAGE=$(RETINA_IMAGE) \ CONTEXT_DIR=$(REPO_ROOT) \ TAG=$(RETINA_PLATFORM_TAG) \ - - docker save -o archives.tar $(IMAGE_REGISTRY)/$(RETINA_IMAGE):$(RETINA_PLATFORM_TAG) && \ - mkdir -p archivelayers && \ - cp archives.tar archivelayers/archives.tar && \ - cd archivelayers/ && \ - pwd && \ - tar -xvf archives.tar && \ - cd `ls -d */` && \ - pwd && \ - tar -xvf layer.tar && \ - cp coverage.out ../../ - $(MAKE) retina-cc + ACTION=--load COVER_PKG ?= .