summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorbaude <bbaude@redhat.com>2019-03-06 10:29:11 -0600
committerbaude <bbaude@redhat.com>2019-03-08 13:28:33 -0600
commitd5546008ab00d2a192eff4ad93e53e1f24e93e4c (patch)
treeb3c6fe100edd84e9a199c016498b871bfe94bff7 /Makefile
parentbe6ad02049780027d0c2e1506d9c6bb56d8abd26 (diff)
downloadpodman-d5546008ab00d2a192eff4ad93e53e1f24e93e4c.tar.gz
podman-d5546008ab00d2a192eff4ad93e53e1f24e93e4c.tar.bz2
podman-d5546008ab00d2a192eff4ad93e53e1f24e93e4c.zip
ginkgo status improvements
a series of improvements to our ginkgo test framework so we can get better ideas of whats going on when run in CI Signed-off-by: baude <bbaude@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cb351f917..5e7ee78b5 100644
--- a/Makefile
+++ b/Makefile
@@ -177,7 +177,7 @@ localunit: test/goecho/goecho varlink_generate
$(MAKE) -C contrib/cirrus/packer test
ginkgo:
- ginkgo -v -tags "$(BUILDTAGS)" $(GINKGOTIMEOUT) -cover -flakeAttempts 3 -progress -trace -noColor test/e2e/.
+ ginkgo -v -tags "$(BUILDTAGS)" $(GINKGOTIMEOUT) -cover -flakeAttempts 3 -progress -trace -noColor -nodes 3 test/e2e/.
ginkgo-remote:
ginkgo -v -tags "$(BUILDTAGS) remoteclient" $(GINKGOTIMEOUT) -cover -flakeAttempts 3 -progress -trace -noColor test/e2e/.