From e635e3e720f2cb443d5fa8baa498a9c6baffee8d Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 4 Dec 2024 22:06:12 +0100 Subject: [PATCH] test: Remove dead code --- test/test.mk | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/test.mk b/test/test.mk index 5ac14555..e5a43bdd 100644 --- a/test/test.mk +++ b/test/test.mk @@ -6,11 +6,6 @@ test-specification := $(O)/images/test-specification.pdf UNIT_TESTS ?= $(test-dir)/case/all-repo.yaml $(test-dir)/case/all-unit.yaml TESTS ?= $(test-dir)/case/all.yaml -ifeq ($INFIX_OEM_PATH), "") -GIT_PATH = $(INFIX_OEM_PATH) -else -GIT_PATH = $(BR2_EXTERNAL_INFIX_PATH) -endif GIT_VERSION = $(shell git -C $(GIT_PATH) describe --dirty --always --tags) base := -b $(base-dir)