mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-02-25 14:16:36 +00:00
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:
2
Makefile
2
Makefile
@@ -16,7 +16,7 @@ lint:
|
|||||||
|
|
||||||
.PHONY: e2e-test
|
.PHONY: e2e-test
|
||||||
e2e-test: windows_exporter.exe
|
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:
|
fmt:
|
||||||
gofmt -l -w -s .
|
gofmt -l -w -s .
|
||||||
|
|||||||
Reference in New Issue
Block a user