summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@pm.me>2019-05-14 16:41:01 -0400
committerMatthew Heon <matthew.heon@pm.me>2019-05-15 12:07:16 -0400
commitd1f82231d65fbc656284bf46677babbb02f730b5 (patch)
tree1941e16c3623cdf4ed4ab72ac8dce8a0cb7796e6 /Makefile
parentd83d0abfbf6f914303c1b33d954aa115accbd999 (diff)
downloadpodman-d1f82231d65fbc656284bf46677babbb02f730b5.tar.gz
podman-d1f82231d65fbc656284bf46677babbb02f730b5.tar.bz2
podman-d1f82231d65fbc656284bf46677babbb02f730b5.zip
Add debug mode to Ginkgo, collect debug logs in Cirrus
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 10ba14248..cacc651dd 100644
--- a/Makefile
+++ b/Makefile
@@ -207,7 +207,7 @@ localunit: test/goecho/goecho varlink_generate
./contrib/cirrus/lib.sh.t
ginkgo:
- ginkgo -v -tags "$(BUILDTAGS)" $(GINKGOTIMEOUT) -cover -flakeAttempts 3 -progress -trace -noColor -nodes 3 test/e2e/.
+ ginkgo -v -tags "$(BUILDTAGS)" $(GINKGOTIMEOUT) -cover -flakeAttempts 3 -progress -trace -noColor -nodes 3 -debug test/e2e/.
ginkgo-remote:
ginkgo -v -tags "$(BUILDTAGS) remoteclient" $(GINKGOTIMEOUT) -cover -flakeAttempts 3 -progress -trace -noColor test/e2e/.