tests - fix volume wait with linux tests

This commit is contained in:
bunkerity
2021-08-20 15:13:16 +02:00
parent b13ff34569
commit 1c60ec9804

View File

@@ -2,6 +2,7 @@
function cleanup() {
docker kill "$1"
sleep 30
docker volume rm "linux-tmp"
}
@@ -94,3 +95,5 @@ fi
if [ "$do_cleanup" == "yes" ] ; then
cleanup "$name"
fi
exit 0