diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2022-05-12 13:36:20 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-12 13:36:20 -0400 |
commit | 0d8107f71d0b6ff023381069f87c116402f45214 (patch) | |
tree | e593dd0ed2e8ad2f40b8d825eacc76b65ddbb491 | |
parent | 81fc9f1deae7e92a298f3aee3a87cc4362123ea9 (diff) | |
parent | b7ce9861950aa83631a708f0ed4d74ae4ba88cee (diff) | |
download | podman-0d8107f71d0b6ff023381069f87c116402f45214.tar.gz podman-0d8107f71d0b6ff023381069f87c116402f45214.tar.bz2 podman-0d8107f71d0b6ff023381069f87c116402f45214.zip |
Merge pull request #14221 from edsantiago/fix_pwd
Fix broken pwd
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |