Commit de1d1db1 by Christian Brauner Committed by GitHub

Merge pull request #1337 from stgraber/master

tests; Don't cause test failures on cleanup errors
parents f8df61b2 9c50a526
......@@ -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
......
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