summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-09-25 09:45:47 +0200
committerGitHub <noreply@github.com>2019-09-25 09:45:47 +0200
commita5b24816c75e97c4992c648c219df5792594a3a1 (patch)
tree4a699eb085ca7ad729751ebbaa694936af2bd99f /Makefile
parent729175ad84ecc0fa745f11760a58c90d879cecf7 (diff)
parent90f82335d95635bfa49db589233a989a0e8bd0aa (diff)
downloadpodman-a5b24816c75e97c4992c648c219df5792594a3a1.tar.gz
podman-a5b24816c75e97c4992c648c219df5792594a3a1.tar.bz2
podman-a5b24816c75e97c4992c648c219df5792594a3a1.zip
Merge pull request #4073 from cevich/move_ci_unit_test
Cirrus: Fail early on CI script unit test
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 6734ef1b0..66c971d3e 100644
--- a/Makefile
+++ b/Makefile
@@ -245,9 +245,6 @@ localunit: test/goecho/goecho varlink_generate
--covermode atomic \
--tags "$(BUILDTAGS)" \
--succinct
- $(MAKE) -C contrib/cirrus/packer test
- ./contrib/cirrus/lib.sh.t
- ./contrib/cirrus/cirrus_yaml_test.py
ginkgo:
ginkgo -v -tags "$(BUILDTAGS)" $(GINKGOTIMEOUT) -cover -flakeAttempts 3 -progress -trace -noColor -nodes 3 -debug test/e2e/.