From e42f3f80c58132da862929f1b989a9f0363e159d Mon Sep 17 00:00:00 2001 From: Roland Mas Date: Thu, 31 May 2012 14:52:54 +0000 Subject: [PATCH 1/1] Merged from 5.1: Fixed stopping of LXC VMs --- tests/lxc/destroy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/lxc/destroy b/tests/lxc/destroy index 39ec28235c..b5d2435c83 100755 --- a/tests/lxc/destroy +++ b/tests/lxc/destroy @@ -6,4 +6,4 @@ lxcdir=`dirname $0` export TEMPLATE=$VMTEMPLATE sudo /usr/bin/lxc-stop -n $HOST -sudo /usr/bin/lxc-destroy -n $HOST +sudo /usr/bin/lxc-destroy -n $HOST || true -- 2.30.2