mirror of https://github.com/containers/podman.git
Merge pull request #14191 from vrothberg/fix-benchmarks
[CI:DOCS] fix `make localbenchmarks`
This commit is contained in:
commit
e9a114f5a5
2
Makefile
2
Makefile
|
@ -569,7 +569,7 @@ remoteintegration: test-binaries ginkgo-remote
|
|||
|
||||
.PHONY: localbenchmarks
|
||||
localbenchmarks: test-binaries
|
||||
ACK_GINKGO_RC=true $(GOBIN)/ginkgo \
|
||||
PATH=$(PATH):$(shell PWD)/hack ACK_GINKGO_RC=true $(GOBIN)/ginkgo \
|
||||
-focus "Podman Benchmark Suite" \
|
||||
-tags "$(BUILDTAGS) benchmarks" -noColor \
|
||||
-noisySkippings=false -noisyPendings=false \
|
||||
|
|
Loading…
Reference in New Issue