Skip to content

Commit

Permalink
More debug printouts
Browse files Browse the repository at this point in the history
  • Loading branch information
fthevenet committed Oct 20, 2023
1 parent 5655ca7 commit 05ac823
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions make/RunTests.gmk
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,15 @@ ifeq ($(call isTargetOs, windows), true)
$(addprefix $(SYMBOLS_IMAGE_DIR)/bin/, *.pdb */*.pdb))))))
export _NT_SYMBOL_PATH := $(subst \\,\, $(call FixPath, \
$(subst $(DQUOTE),, $(SYMBOL_PATH))))
$(info SYMBOL_PATH = $(SYMBOL_PATH))
$(info _NT_SYMBOL_PATH = $(_NT_SYMBOL_PATH))
$(info SYMBOL_PATH (assigned) = $(SYMBOL_PATH))
$(info _NT_SYMBOL_PATH (assigned) = $(_NT_SYMBOL_PATH))
$(call LogDebug, Setting _NT_SYMBOL_PATH to $(_NT_SYMBOL_PATH))
endif
endif

$(info SYMBOL_PATH = $(SYMBOL_PATH))
$(info _NT_SYMBOL_PATH = $(_NT_SYMBOL_PATH))

################################################################################
# Hook to include the corresponding custom file, if present.
$(eval $(call IncludeCustomExtension, RunTests.gmk))
Expand Down

0 comments on commit 05ac823

Please sign in to comment.