Skip to content

Commit

Permalink
Dump Env variables
Browse files Browse the repository at this point in the history
Signed-off-by: Yogesh Deshpande <[email protected]>
  • Loading branch information
yogeshbdeshpande committed Mar 14, 2024
1 parent 6d7e5ab commit 4a2129b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/test.mk
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ ifdef CI
COPYRIGHT_FLAGS += --no-year-check
endif

checkcopyrights: ; python3 $(THIS_DIR)../scripts/check-copyright $(COPYRIGHT_FLAGS) .
checkcopyrights: ; env; python3 $(THIS_DIR)../scripts/check-copyright $(COPYRIGHT_FLAGS) .
.PHONY: checkcopyrights

CLEANFILES += $(MOCK_FILES)

0 comments on commit 4a2129b

Please sign in to comment.