From feea1e4f30c4b1d6b07c176cd74338f18133bd25 Mon Sep 17 00:00:00 2001 From: Roland Mas Date: Thu, 5 Jul 2012 12:14:11 +0000 Subject: [PATCH] Destroy VM after stopping it --- tests/lxc/stop | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/lxc/stop b/tests/lxc/stop index 94b5843348..46206df867 100755 --- a/tests/lxc/stop +++ b/tests/lxc/stop @@ -9,3 +9,4 @@ CIDR=$3 IPGW=$4 sudo /usr/bin/lxc-stop -n $HOST +sudo /usr/bin/lxc-destroy -n $HOST -- 2.30.2