mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-03 00:25:29 +00:00
Merge pull request #1337 from stgraber/master
tests; Don't cause test failures on cleanup errors
This commit is contained in:
commit
de1d1db19d
@ -28,9 +28,9 @@ KNOWN_RELEASES="precise trusty xenial yakkety zesty"
|
||||
LXC_USER_NIC="@LIBEXECDIR@/lxc/lxc-user-nic"
|
||||
|
||||
cleanup() {
|
||||
(
|
||||
set +e
|
||||
set +e
|
||||
|
||||
(
|
||||
lxc-stop -n usernic-c1 -k
|
||||
lxc-destroy -n usernic-c1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user