mirror of https://github.com/containers/podman.git
Fix broken pwd
Broken in #14191, merged unintentionally Signed-off-by: Ed Santiago <santiago@redhat.com>
This commit is contained in:
parent
45e9f1ff09
commit
b7ce986195
2
Makefile
2
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 \
|
||||
|
|
Loading…
Reference in New Issue