summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@pm.me>2019-01-04 16:16:52 -0500
committerMatthew Heon <matthew.heon@pm.me>2019-01-04 16:16:52 -0500
commit57d2a569204a2833e95e8cd5f51545717884521a (patch)
tree815035f269363253bd561bf1ff7a12b81fe4d328
parentbf5f779331870d31863c486619daae3fcea458eb (diff)
downloadpodman-57d2a569204a2833e95e8cd5f51545717884521a.tar.gz
podman-57d2a569204a2833e95e8cd5f51545717884521a.tar.bz2
podman-57d2a569204a2833e95e8cd5f51545717884521a.zip
Readd Python testing
We accidentally merged a PR with a commit temporarily disabling the Python tests. Reenable them here. Signed-off-by: Matthew Heon <matthew.heon@pm.me>
-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/