We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3ee33c commit 97a773eCopy full SHA for 97a773e
1 file changed
tools/make/lib/test-cov/istanbul.mk
@@ -147,10 +147,10 @@ get-istanbul-test-dirs = $(shell find $(find_kernel_prefix) $(ISTANBUL_INSTRUMEN
147
148
test-istanbul-instrument: $(NODE_MODULES) clean-istanbul-instrument
149
$(QUIET) $(MKDIR_RECURSIVE) $(ISTANBUL_INSTRUMENT_OUT)
150
- $(QUIET) $(ISTANBUL_INSTRUMENT) $(ISTANBUL_INSTRUMENT_FLAGS) $(NODE_PATH)
+ $(QUIET) $(ISTANBUL_INSTRUMENT) $(ISTANBUL_INSTRUMENT_FLAGS) $(SRC_DIR)
151
$(QUIET) $(RSYNC_RECURSIVE) \
152
$(ISTANBUL_RSYNC_EXCLUDES_FLAGS) \
153
- $(NODE_PATH)/ \
+ $(SRC_DIR)/ \
154
$(ISTANBUL_INSTRUMENT_OUT)
155
156
.PHONY: test-istanbul-instrument
0 commit comments