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
No known key found for this signature in database
GPG Key ID: 3D80806F12602A7C
1 changed files with 3 additions and 0 deletions

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