mirror of
https://github.com/containers/podman.git
synced 2025-06-23 18:59:30 +08:00
[CI:DOCS] fix make localbenchmarks
Since `./hack` has been removed from the Makefile's path, add it back for `make localbenchmarks` to make `podman-registry` binary available for running local registries. Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
This commit is contained in:
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 \
|
||||
|
Reference in New Issue
Block a user