Merge pull request #2022 from baude/flakeflake

all flakes must die
This commit is contained in:
OpenShift Merge Robot
2018-12-18 11:16:09 -08:00
committed by GitHub

View File

@ -41,6 +41,7 @@ export TMPDIR=`mktemp -d /tmp/podman.XXXXXXXXXX`
trap "cleanup $TMPDIR" EXIT
function umount {
set +xeuo pipefail
# xargs -r always ran once, so write any mount points to file first
mount |awk "/$1/"' { print $3 }' >${TMPDIR}/mounts
if [[ -s ${TMPDIR}/mounts ]]; then