mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-05 00:15:44 +00:00
Fix broken pwd
Broken in #14191, merged unintentionally Signed-off-by: Ed Santiago <santiago@redhat.com>
This commit is contained in:
parent
431c350b3a
commit
f8d368df9d
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue