summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-05-12 15:12:57 +0200
committerGitHub <noreply@github.com>2022-05-12 15:12:57 +0200
commite9a114f5a59e4216ee08edadd5e6d8f30cbdbb78 (patch)
tree20e063bfe2432674b4c3d48e3bc27c345e11a9da
parent8f21eccc7cc406005c8e93bc7b1605a8dbd3a2b7 (diff)
parent813f6a68faee012af786a051d83de47594914693 (diff)
downloadpodman-e9a114f5a59e4216ee08edadd5e6d8f30cbdbb78.tar.gz
podman-e9a114f5a59e4216ee08edadd5e6d8f30cbdbb78.tar.bz2
podman-e9a114f5a59e4216ee08edadd5e6d8f30cbdbb78.zip
Merge pull request #14191 from vrothberg/fix-benchmarks
[CI:DOCS] fix `make localbenchmarks`
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6ea207bca..ca032dcb1 100644
--- a/Makefile
+++ b/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 \