diff options
author | Matthew Heon <matthew.heon@pm.me> | 2019-01-04 16:16:52 -0500 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2019-01-04 16:16:52 -0500 |
commit | 57d2a569204a2833e95e8cd5f51545717884521a (patch) | |
tree | 815035f269363253bd561bf1ff7a12b81fe4d328 /Makefile | |
parent | bf5f779331870d31863c486619daae3fcea458eb (diff) | |
download | podman-57d2a569204a2833e95e8cd5f51545717884521a.tar.gz podman-57d2a569204a2833e95e8cd5f51545717884521a.tar.bz2 podman-57d2a569204a2833e95e8cd5f51545717884521a.zip |
Readd Python testing
We accidentally merged a PR with a commit temporarily disabling
the Python tests. Reenable them here.
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
Diffstat (limited to 'Makefile')
-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 ginkgo +localintegration: varlink_generate test-binaries clientintegration ginkgo localsystem: .install.ginkgo .install.gomega ginkgo -v -noColor test/system/ |