diff options
author | Ed Santiago <santiago@redhat.com> | 2022-05-12 07:53:01 -0600 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2022-06-14 13:20:42 -0400 |
commit | f8d368df9d24038ad1cd93a3737caecf39e9b035 (patch) | |
tree | de761bb15ee1189baeb01460bed5de16bc9b86a0 | |
parent | 431c350b3ab082e19bcf84ef3cb040e8b7605722 (diff) | |
download | podman-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |