Skip to content

Commit

Permalink
Instrumented gha with more debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
fthevenet committed Oct 11, 2023
1 parent ae5c761 commit 5655ca7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,10 @@ jobs:
echo "value=$PATH" >> $GITHUB_OUTPUT
fi
- name: 'Check symbols'
run: >
ls -R ${{ steps.bundles.outputs.symbols-path }}
- name: 'Run tests'
id: run-tests
run: >
Expand Down
2 changes: 2 additions & 0 deletions make/RunTests.gmk
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ 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))
$(call LogDebug, Setting _NT_SYMBOL_PATH to $(_NT_SYMBOL_PATH))
endif
endif
Expand Down

0 comments on commit 5655ca7

Please sign in to comment.