Merge pull request #14191 from vrothberg/fix-benchmarks

[CI:DOCS] fix `make localbenchmarks`
This commit is contained in:
OpenShift Merge Robot 2022-05-12 15:12:57 +02:00 committed by GitHub
commit e9a114f5a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 \