From 1f8b844c2bfe3edfe4ee667e68f265cf3bf08d53 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Fri, 12 Oct 2018 13:25:56 +0200 Subject: tests: do not fail in the cleanup phase Signed-off-by: Giuseppe Scrivano --- contrib/python/podman/test/test_runner.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'contrib/python/podman/test') 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' -- cgit v1.2.3-54-g00ecf