From 6adb95079d6763316b36592bed3c809070c23522 Mon Sep 17 00:00:00 2001 From: Dmitrii Dolgov <9erthalion6@gmail.com> Date: Tue, 26 Nov 2024 12:06:42 +0100 Subject: [PATCH] Fix type with BASE_PATH --- integration-tests/container/perf_event_open/Makefile | 2 +- .../container/processes-listening-on-ports/Makefile | 2 +- integration-tests/container/thread_exec/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/integration-tests/container/perf_event_open/Makefile b/integration-tests/container/perf_event_open/Makefile index d48a7d4789..c1a14d3a50 100644 --- a/integration-tests/container/perf_event_open/Makefile +++ b/integration-tests/container/perf_event_open/Makefile @@ -1,4 +1,4 @@ -BASE_PAT = . +BASE_PATH = . include ../Makefile-constants.mk .DEFAULT_GOAL = all diff --git a/integration-tests/container/processes-listening-on-ports/Makefile b/integration-tests/container/processes-listening-on-ports/Makefile index ebbe90f9f5..c5de040d73 100644 --- a/integration-tests/container/processes-listening-on-ports/Makefile +++ b/integration-tests/container/processes-listening-on-ports/Makefile @@ -1,4 +1,4 @@ -BASE_PAT = . +BASE_PATH = . include ../Makefile-constants.mk .DEFAULT_GOAL = all diff --git a/integration-tests/container/thread_exec/Makefile b/integration-tests/container/thread_exec/Makefile index c6d5c71bb6..7fa19c0898 100644 --- a/integration-tests/container/thread_exec/Makefile +++ b/integration-tests/container/thread_exec/Makefile @@ -1,4 +1,4 @@ -BASE_PAT = . +BASE_PATH = . include ../Makefile-constants.mk .DEFAULT_GOAL = all