Commit 7a432aef by Stéphane Graber

tests; Don't cause test failures on cleanup errors

parent d686e939
...@@ -28,9 +28,9 @@ KNOWN_RELEASES="precise trusty xenial yakkety zesty" ...@@ -28,9 +28,9 @@ KNOWN_RELEASES="precise trusty xenial yakkety zesty"
LXC_USER_NIC="@LIBEXECDIR@/lxc/lxc-user-nic" LXC_USER_NIC="@LIBEXECDIR@/lxc/lxc-user-nic"
cleanup() { cleanup() {
( set +e
set +e
(
lxc-stop -n usernic-c1 -k lxc-stop -n usernic-c1 -k
lxc-destroy -n usernic-c1 lxc-destroy -n usernic-c1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment