diff options
author | Ed Santiago <santiago@redhat.com> | 2022-05-12 07:53:01 -0600 |
---|---|---|
committer | Ed Santiago <santiago@redhat.com> | 2022-05-12 07:53:01 -0600 |
commit | b7ce9861950aa83631a708f0ed4d74ae4ba88cee (patch) | |
tree | f18c65ce5acc5122d9c9daca085f5fb5df219ead | |
parent | 45e9f1ff097adca65a5bb2a7367883508900667d (diff) | |
download | podman-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>
-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 \ |