aboutsummaryrefslogtreecommitdiff
path: root/.papr.sh
diff options
context:
space:
mode:
authorbaude <bbaude@redhat.com>2018-11-06 19:35:22 -0600
committerbaude <bbaude@redhat.com>2018-11-06 19:35:22 -0600
commitb89a7c7406dbd3682cd1d8e4b19911f6ef3a8959 (patch)
tree1d65ee8f6fe34fe0701de31df18a6803a85c057b /.papr.sh
parent76360d9a6ef73f694138766b81f380e45a860556 (diff)
downloadpodman-b89a7c7406dbd3682cd1d8e4b19911f6ef3a8959.tar.gz
podman-b89a7c7406dbd3682cd1d8e4b19911f6ef3a8959.tar.bz2
podman-b89a7c7406dbd3682cd1d8e4b19911f6ef3a8959.zip
Fix cleanup for "Pause a bunch of running containers"
When running integration tests in our CI, we observe a problem where paused containers are not able to be stopped; and therefore cannot be cleaned up. This leaves dangling mounts and sometimes zombied conmon processes. Signed-off-by: baude <bbaude@redhat.com>
Diffstat (limited to '.papr.sh')
-rw-r--r--.papr.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/.papr.sh b/.papr.sh
index 120b3d94b..284326709 100644
--- a/.papr.sh
+++ b/.papr.sh
@@ -139,6 +139,3 @@ if [ $integrationtest -eq 1 ]; then
fi
make ginkgo GOPATH=/go $INTEGRATION_TEST_ENVS
fi
-
-
-exit 0