summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-01-11 07:35:31 -0800
committerGitHub <noreply@github.com>2019-01-11 07:35:31 -0800
commit3e88dda2376b20b2359e8f7f6d14f2a4562f48f5 (patch)
tree3935f7bc2b69374e659036560f5b9787577acf90 /Makefile
parentfbed1650fbcc32fb514293d18daa26b5e8029876 (diff)
parent3170fc2e0ff3912dc7954c378a43a682b4e55965 (diff)
downloadpodman-3e88dda2376b20b2359e8f7f6d14f2a4562f48f5.tar.gz
podman-3e88dda2376b20b2359e8f7f6d14f2a4562f48f5.tar.bz2
podman-3e88dda2376b20b2359e8f7f6d14f2a4562f48f5.zip
Merge pull request #2140 from mheon/fix_easyjson
Regenerate EasyJSON to fix JSON issues
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/