tests - fix volume wait with linux tests
This commit is contained in:
parent
b13ff34569
commit
1c60ec9804
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
function cleanup() {
|
function cleanup() {
|
||||||
docker kill "$1"
|
docker kill "$1"
|
||||||
|
sleep 30
|
||||||
docker volume rm "linux-tmp"
|
docker volume rm "linux-tmp"
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -94,3 +95,5 @@ fi
|
|||||||
if [ "$do_cleanup" == "yes" ] ; then
|
if [ "$do_cleanup" == "yes" ] ; then
|
||||||
cleanup "$name"
|
cleanup "$name"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
exit 0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user