summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2022-05-12 13:36:20 -0400
committerGitHub <noreply@github.com>2022-05-12 13:36:20 -0400
commit0d8107f71d0b6ff023381069f87c116402f45214 (patch)
treee593dd0ed2e8ad2f40b8d825eacc76b65ddbb491
parent81fc9f1deae7e92a298f3aee3a87cc4362123ea9 (diff)
parentb7ce9861950aa83631a708f0ed4d74ae4ba88cee (diff)
downloadpodman-0d8107f71d0b6ff023381069f87c116402f45214.tar.gz
podman-0d8107f71d0b6ff023381069f87c116402f45214.tar.bz2
podman-0d8107f71d0b6ff023381069f87c116402f45214.zip
Merge pull request #14221 from edsantiago/fix_pwd
Fix broken pwd
-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 \