From 57d2a569204a2833e95e8cd5f51545717884521a Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Fri, 4 Jan 2019 16:16:52 -0500 Subject: Readd Python testing We accidentally merged a PR with a commit temporarily disabling the Python tests. Reenable them here. Signed-off-by: Matthew Heon --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/ -- cgit v1.2.3-54-g00ecf