summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEd Santiago <santiago@redhat.com>2022-05-12 07:53:01 -0600
committerEd Santiago <santiago@redhat.com>2022-05-12 07:53:01 -0600
commitb7ce9861950aa83631a708f0ed4d74ae4ba88cee (patch)
treef18c65ce5acc5122d9c9daca085f5fb5df219ead /Makefile
parent45e9f1ff097adca65a5bb2a7367883508900667d (diff)
downloadpodman-b7ce9861950aa83631a708f0ed4d74ae4ba88cee.tar.gz
podman-b7ce9861950aa83631a708f0ed4d74ae4ba88cee.tar.bz2
podman-b7ce9861950aa83631a708f0ed4d74ae4ba88cee.zip
Fix broken pwd
Broken in #14191, merged unintentionally Signed-off-by: Ed Santiago <santiago@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ca032dcb1..3f9d56025 100644
--- a/Makefile
+++ b/Makefile
@@ -569,7 +569,7 @@ remoteintegration: test-binaries ginkgo-remote
.PHONY: localbenchmarks
localbenchmarks: test-binaries
- PATH=$(PATH):$(shell PWD)/hack 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 \