diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2020-05-22 06:02:23 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2020-06-04 10:58:37 -0400 |
commit | 77b8187ea08bd32217d1739b880a3629c3a43709 (patch) | |
tree | 7ece02521fa992769121ab399f1b8d2e0eaa5ffa /contrib/cirrus/integration_test.sh | |
parent | ceef4f6819212ff320bc0582d637693516561643 (diff) | |
download | podman-77b8187ea08bd32217d1739b880a3629c3a43709.tar.gz podman-77b8187ea08bd32217d1739b880a3629c3a43709.tar.bz2 podman-77b8187ea08bd32217d1739b880a3629c3a43709.zip |
Attempt to turn on special_testing_in_podman tests
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'contrib/cirrus/integration_test.sh')
-rwxr-xr-x | contrib/cirrus/integration_test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/cirrus/integration_test.sh b/contrib/cirrus/integration_test.sh index c92f123fd..1aef678d4 100755 --- a/contrib/cirrus/integration_test.sh +++ b/contrib/cirrus/integration_test.sh @@ -18,7 +18,7 @@ cd "$GOSRC" case "$SPECIALMODE" in in_podman) - ${CONTAINER_RUNTIME} run --rm --privileged --net=host \ + ${CONTAINER_RUNTIME} run --rm --privileged --net=host --cgroupns=host \ -v $GOSRC:$GOSRC:Z \ --workdir $GOSRC \ -e "CGROUP_MANAGER=cgroupfs" \ |