diff options
author | Matthew Heon <matthew.heon@pm.me> | 2019-01-11 09:58:08 -0500 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2019-01-11 09:58:08 -0500 |
commit | 3170fc2e0ff3912dc7954c378a43a682b4e55965 (patch) | |
tree | 3935f7bc2b69374e659036560f5b9787577acf90 | |
parent | 0da9702ddec6365e884eab616700a18a2c754cd1 (diff) | |
download | podman-3170fc2e0ff3912dc7954c378a43a682b4e55965.tar.gz podman-3170fc2e0ff3912dc7954c378a43a682b4e55965.tar.bz2 podman-3170fc2e0ff3912dc7954c378a43a682b4e55965.zip |
Remove clientintegration from Makefile
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/ |