File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,11 @@ endif
107107# Define environment-specific flags
108108ifeq ($(shell uname -s) , Darwin)
109109 PIP_ENV_FLAGS := --break-system-packages
110+ INCLUDE_PATH = includes/fetch-test-reporter/tools-fetch-test-reporter.make
111+ else ifeq ($(shell uname -s), Linux)
112+ INCLUDE_PATH = includes/fetch-test-reporter/tools-fetch-test-reporter.make
110113else
114+ INCLUDE_PATH = includes\fetch-test-reporter\tools-fetch-test-reporter.make
111115 PIP_ENV_FLAGS :=
112116endif
113117
@@ -148,7 +152,8 @@ ifeq "$(RMDIR)" ""
148152 RMDIR=$(RM)Rd
149153endif
150154
151- include includes/fetch-test-reporter/tools-fetch-test-reporter.make
155+ # Include the makefile
156+ include $(INCLUDE_PATH )
152157
153158.PHONY : all clean test cleanup init help clean-docs must_be_root must_have_flake must_have_pytest uninstall cleanup-dev-backups
154159
You can’t perform that action at this time.
0 commit comments