summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-01-04 19:48:54 -0800
committerGitHub <noreply@github.com>2019-01-04 19:48:54 -0800
commit4e0c0ecbc383531cd1b38db9027583974a72070d (patch)
tree165605e5cbd72c6ce4ae2c874509da0764e2df8b
parenta5496e60961e76a085d62a5400c61b716414140a (diff)
parent57d2a569204a2833e95e8cd5f51545717884521a (diff)
downloadpodman-4e0c0ecbc383531cd1b38db9027583974a72070d.tar.gz
podman-4e0c0ecbc383531cd1b38db9027583974a72070d.tar.bz2
podman-4e0c0ecbc383531cd1b38db9027583974a72070d.zip
Merge pull request #2085 from mheon/readd_python
Readd Python testing
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b9fb4b061..32f21227f 100644
--- a/Makefile
+++ b/Makefile
@@ -178,7 +178,7 @@ localunit: test/goecho/goecho varlink_generate
ginkgo:
ginkgo -v -tags "$(BUILDTAGS)" -cover -flakeAttempts 3 -progress -trace -noColor test/e2e/.
-localintegration: varlink_generate test-binaries ginkgo
+localintegration: varlink_generate test-binaries clientintegration ginkgo
localsystem: .install.ginkgo .install.gomega
ginkgo -v -noColor test/system/