summaryrefslogtreecommitdiff
path: root/contrib/python
diff options
context:
space:
mode:
authorGiuseppe Scrivano <gscrivan@redhat.com>2018-10-12 13:25:56 +0200
committerGiuseppe Scrivano <gscrivan@redhat.com>2018-10-14 16:52:31 +0200
commit1f8b844c2bfe3edfe4ee667e68f265cf3bf08d53 (patch)
tree380b202bdfeb855f8d6dc36c5cd36f4999cd571a /contrib/python
parente1521c6323514426818f0df52d137c47a89bc25f (diff)
downloadpodman-1f8b844c2bfe3edfe4ee667e68f265cf3bf08d53.tar.gz
podman-1f8b844c2bfe3edfe4ee667e68f265cf3bf08d53.tar.bz2
podman-1f8b844c2bfe3edfe4ee667e68f265cf3bf08d53.zip
tests: do not fail in the cleanup phase
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Diffstat (limited to 'contrib/python')
-rwxr-xr-xcontrib/python/podman/test/test_runner.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/python/podman/test/test_runner.sh b/contrib/python/podman/test/test_runner.sh
index 1b7e0a85e..65cbd1e9c 100755
--- a/contrib/python/podman/test/test_runner.sh
+++ b/contrib/python/podman/test/test_runner.sh
@@ -27,6 +27,7 @@ done
shift $((OPTIND -1))
function cleanup {
+ set +xeuo pipefail
# aggressive cleanup as tests may crash leaving crap around
umount '^(shm|nsfs)'
umount '\/run\/netns'