Skip to content

Commit

Permalink
Fix the make rule for UT
Browse files Browse the repository at this point in the history
Signed-off-by: Anubhab Majumdar <[email protected]>
  • Loading branch information
anubhabMajumdar authored and timraymond committed Mar 15, 2024
1 parent c9719ee commit ab61f60
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 ?= .

Expand Down

0 comments on commit ab61f60

Please sign in to comment.