mirror of
https://github.com/containers/podman.git
synced 2025-06-21 09:28:09 +08:00
tests: do not fail in the cleanup phase
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
@ -27,6 +27,7 @@ done
|
|||||||
shift $((OPTIND -1))
|
shift $((OPTIND -1))
|
||||||
|
|
||||||
function cleanup {
|
function cleanup {
|
||||||
|
set +xeuo pipefail
|
||||||
# aggressive cleanup as tests may crash leaving crap around
|
# aggressive cleanup as tests may crash leaving crap around
|
||||||
umount '^(shm|nsfs)'
|
umount '^(shm|nsfs)'
|
||||||
umount '\/run\/netns'
|
umount '\/run\/netns'
|
||||||
|
Reference in New Issue
Block a user