diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-01-04 19:48:54 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-04 19:48:54 -0800 |
commit | 4e0c0ecbc383531cd1b38db9027583974a72070d (patch) | |
tree | 165605e5cbd72c6ce4ae2c874509da0764e2df8b /Makefile | |
parent | a5496e60961e76a085d62a5400c61b716414140a (diff) | |
parent | 57d2a569204a2833e95e8cd5f51545717884521a (diff) | |
download | podman-4e0c0ecbc383531cd1b38db9027583974a72070d.tar.gz podman-4e0c0ecbc383531cd1b38db9027583974a72070d.tar.bz2 podman-4e0c0ecbc383531cd1b38db9027583974a72070d.zip |
Merge pull request #2085 from mheon/readd_python
Readd Python testing
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/ |