aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-01-20 13:17:31 -0500
committerGitHub <noreply@github.com>2022-01-20 13:17:31 -0500
commit00a12a0b83e8ca6747e19f233a3e926886358c4a (patch)
tree8f49058fe3bc637f00e67871f3a767b1642b6ef2 /Makefile
parent76ba0df6020f477a17a19b5ea69d46edaf085e28 (diff)
parent1f85244abe7d4e930b3922c306cabf2e2ca1cddb (diff)
downloadpodman-00a12a0b83e8ca6747e19f233a3e926886358c4a.tar.gz
podman-00a12a0b83e8ca6747e19f233a3e926886358c4a.tar.bz2
podman-00a12a0b83e8ca6747e19f233a3e926886358c4a.zip
Merge pull request #12871 from jwhonce/issues/12866
Engine.Remote from containers.conf
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index face2b499..64e3c6ecb 100644
--- a/Makefile
+++ b/Makefile
@@ -554,6 +554,7 @@ test: localunit localintegration remoteintegration localsystem remotesystem ##
.PHONY: ginkgo-run
ginkgo-run:
+ $(GOBIN)/ginkgo version
$(GOBIN)/ginkgo -v $(TESTFLAGS) -tags "$(TAGS)" $(GINKGOTIMEOUT) -cover -flakeAttempts 3 -progress -trace -noColor -nodes 3 -debug test/e2e/. $(HACK)
.PHONY: ginkgo