summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@pm.me>2019-01-11 09:58:08 -0500
committerMatthew Heon <matthew.heon@pm.me>2019-01-11 09:58:08 -0500
commit3170fc2e0ff3912dc7954c378a43a682b4e55965 (patch)
tree3935f7bc2b69374e659036560f5b9787577acf90 /Makefile
parent0da9702ddec6365e884eab616700a18a2c754cd1 (diff)
downloadpodman-3170fc2e0ff3912dc7954c378a43a682b4e55965.tar.gz
podman-3170fc2e0ff3912dc7954c378a43a682b4e55965.tar.bz2
podman-3170fc2e0ff3912dc7954c378a43a682b4e55965.zip
Remove clientintegration from Makefile
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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/