aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Santiago <santiago@redhat.com>2022-05-12 07:53:01 -0600
committerMatthew Heon <mheon@redhat.com>2022-06-14 13:20:42 -0400
commitf8d368df9d24038ad1cd93a3737caecf39e9b035 (patch)
treede761bb15ee1189baeb01460bed5de16bc9b86a0
parent431c350b3ab082e19bcf84ef3cb040e8b7605722 (diff)
downloadpodman-f8d368df9d24038ad1cd93a3737caecf39e9b035.tar.gz
podman-f8d368df9d24038ad1cd93a3737caecf39e9b035.tar.bz2
podman-f8d368df9d24038ad1cd93a3737caecf39e9b035.zip
Fix broken pwd
Broken in #14191, merged unintentionally Signed-off-by: Ed Santiago <santiago@redhat.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e38428416..cfbd45d7f 100644
--- a/Makefile
+++ b/Makefile
@@ -572,7 +572,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 \