diff options
author | Giuseppe Scrivano <gscrivan@redhat.com> | 2018-10-12 13:25:56 +0200 |
---|---|---|
committer | Giuseppe Scrivano <gscrivan@redhat.com> | 2018-10-14 16:52:31 +0200 |
commit | 1f8b844c2bfe3edfe4ee667e68f265cf3bf08d53 (patch) | |
tree | 380b202bdfeb855f8d6dc36c5cd36f4999cd571a /contrib/python/podman | |
parent | e1521c6323514426818f0df52d137c47a89bc25f (diff) | |
download | podman-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/podman')
-rwxr-xr-x | contrib/python/podman/test/test_runner.sh | 1 |
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' |