From 4ddd38829bf052992625fdc836ad59e777a6162e Mon Sep 17 00:00:00 2001 From: aram price Date: Fri, 22 Sep 2023 15:42:25 -0700 Subject: [PATCH] Set powershell as the shell for Make - remove previous debugging attempts --- Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 5fcd2f25..406466a7 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,9 @@ PSMODULES_SOURCES = $(shell find ./modules | grep -v .git | grep -vi "test" | gr BOSH_AGENT_SOURCES = $(shell find $(BOSH_AGENT_REPO) | egrep -v ".git|test.go|fake|.md") ifeq ($(OS),Windows_NT) + SHELL := powershell.exe + .SHELLFLAGS := -NoProfile -Command + COMMAND = out/stembuild.exe CP = cp else @@ -49,10 +52,6 @@ integration-badger : generate-fake-stemcell-automation go run github.com/onsi/ginkgo/v2/ginkgo -r -v --randomize-all --until-it-fails --timeout 3h integration generate-fake-stemcell-automation: - pwd - ls assets/ - ls integration/construct/assets/ - $(CP) LICENSE LICENSE.new $(CP) integration/construct/assets/StemcellAutomation.zip assets/ generate: assets/StemcellAutomation.zip