Use pwsh to run e2e-test target

Powershell >= 5 is required for the `New-Guid` command in the e2e script.

Signed-off-by: Ben Reedy <breed808@breed808.com>
This commit is contained in:
Ben Reedy 2021-12-30 14:09:33 +10:00
parent 4b9b9e97cb
commit b6f88cbbdd
No known key found for this signature in database
GPG Key ID: 235C15B6086C9D7E

View File

@ -16,7 +16,7 @@ lint:
.PHONY: e2e-test
e2e-test: windows_exporter.exe
powershell -NonInteractive -ExecutionPolicy Bypass -File .\tools\end-to-end-test.ps1
pwsh -NonInteractive -ExecutionPolicy Bypass -File .\tools\end-to-end-test.ps1
fmt:
gofmt -l -w -s .