From 3170fc2e0ff3912dc7954c378a43a682b4e55965 Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Fri, 11 Jan 2019 09:58:08 -0500 Subject: Remove clientintegration from Makefile Signed-off-by: Matthew Heon --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6a3f18a10..6f953eef3 100644 --- a/Makefile +++ b/Makefile @@ -168,7 +168,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 clientintegration ginkgo +localintegration: varlink_generate test-binaries ginkgo localsystem: .install.ginkgo .install.gomega ginkgo -v -noColor test/system/ -- cgit v1.2.3-54-g00ecf