summaryrefslogtreecommitdiff
path: root/contrib/cirrus/runner.sh
diff options
context:
space:
mode:
authoropenshift-ci[bot] <75433959+openshift-ci[bot]@users.noreply.github.com>2021-08-16 15:04:54 +0000
committerGitHub <noreply@github.com>2021-08-16 15:04:54 +0000
commit26b1dddda7aca89e57608ea232e84a1802591562 (patch)
tree52a79d694324e0b48d60e12444901e6ef0baf706 /contrib/cirrus/runner.sh
parent41fb06a251f5639a1347b15f2e3ecdca54efa664 (diff)
parent27443660ce0f5f7365adc0f5fab98d4831cdd6ef (diff)
downloadpodman-26b1dddda7aca89e57608ea232e84a1802591562.tar.gz
podman-26b1dddda7aca89e57608ea232e84a1802591562.tar.bz2
podman-26b1dddda7aca89e57608ea232e84a1802591562.zip
Merge pull request #11169 from cevich/enable_docker_py_testing
Enable docker-py compat. testing w/ ignored result
Diffstat (limited to 'contrib/cirrus/runner.sh')
-rwxr-xr-xcontrib/cirrus/runner.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/cirrus/runner.sh b/contrib/cirrus/runner.sh
index da43ffb0a..c1972b90f 100755
--- a/contrib/cirrus/runner.sh
+++ b/contrib/cirrus/runner.sh
@@ -88,7 +88,8 @@ function _run_bindings() {
}
function _run_docker-py() {
- msg "This is docker-py stub, it is only a stub"
+ source venv/bin/activate
+ make run-docker-py-tests
}
function _run_endpoint() {