Commit f58b2c98 by Stéphane Graber

tests; Don't cause test failures on cleanup errors

parent fb00d120
...@@ -27,9 +27,9 @@ DONE=0 ...@@ -27,9 +27,9 @@ DONE=0
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