Skip to content

Commit 4a67952

Browse files
committed
Rename environment variable
1 parent a9839a0 commit 4a67952

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tools/make/lib/test-cov/istanbul.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ else
3131
endif
3232

3333
# Define command-line flags for finding test directories for instrumented source code:
34-
FIND_ISTANBUL_TESTS_DIRS_FLAGS ?= \
34+
FIND_ISTANBUL_TEST_DIRS_FLAGS ?= \
3535
-type d \
3636
-name "$(TESTS_FOLDER)" \
3737
-regex "$(TESTS_FILTER)"
3838

3939
ifneq ($(KERNEL), Darwin)
40-
FIND_ISTANBUL_TESTS_DIRS_FLAGS := -regextype posix-extended $(FIND_ISTANBUL_TESTS_DIRS_FLAGS)
40+
FIND_ISTANBUL_TEST_DIRS_FLAGS := -regextype posix-extended $(FIND_ISTANBUL_TEST_DIRS_FLAGS)
4141
endif
4242

4343
# Define the path to the Istanbul executable.
@@ -102,7 +102,7 @@ ISTANBUL_COVER_FLAGS ?= \
102102
# $(call get-istanbul-test-dirs)
103103

104104
define get-istanbul-test-dirs
105-
$(shell find $(find_kernel_prefix) $(ISTANBUL_INSTRUMENT_OUT) $(FIND_ISTANBUL_TESTS_DIRS_FLAGS))
105+
$(shell find $(find_kernel_prefix) $(ISTANBUL_INSTRUMENT_OUT) $(FIND_ISTANBUL_TEST_DIRS_FLAGS))
106106
endef
107107

108108

0 commit comments

Comments
 (0)