diff options
author | Matthew Heon <matthew.heon@pm.me> | 2019-01-03 14:28:38 -0500 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2019-01-04 09:51:09 -0500 |
commit | 01858c0eba1c8fc7a5ad176e224bec77e4851746 (patch) | |
tree | 7cfc26b1c5484572e5e71708f1ba9f85a5e5c3c4 | |
parent | 16a5cbfac580c875dfde95ce29ac90f150b0b6f7 (diff) | |
download | podman-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>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/ |