summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@pm.me>2019-01-03 14:28:38 -0500
committerMatthew Heon <matthew.heon@pm.me>2019-01-04 09:51:09 -0500
commit01858c0eba1c8fc7a5ad176e224bec77e4851746 (patch)
tree7cfc26b1c5484572e5e71708f1ba9f85a5e5c3c4 /Makefile
parent16a5cbfac580c875dfde95ce29ac90f150b0b6f7 (diff)
downloadpodman-01858c0eba1c8fc7a5ad176e224bec77e4851746.tar.gz
podman-01858c0eba1c8fc7a5ad176e224bec77e4851746.tar.bz2
podman-01858c0eba1c8fc7a5ad176e224bec77e4851746.zip
DO NOT MERGE temporarily remove python tests
It's impossible to get good debug out of the python tests, so nuke them for now so I can figure out what's wrong. DO NOT MERGE THIS COMMIT 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 32f21227f..b9fb4b061 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 clientintegration ginkgo
+localintegration: varlink_generate test-binaries ginkgo
localsystem: .install.ginkgo .install.gomega
ginkgo -v -noColor test/system/