[Fusionforge-commits] r15638 - in branches/Branch_5_1: . tests/scripts

Roland Mas lolando at fusionforge.org
Thu May 31 16:10:26 CEST 2012


Author: lolando
Date: 2012-05-31 16:10:25 +0200 (Thu, 31 May 2012)
New Revision: 15638

Modified:
   branches/Branch_5_1/
   branches/Branch_5_1/tests/scripts/stop_lxc.sh
Log:
Fixed stopping of LXC VMs

Modified: branches/Branch_5_1/tests/scripts/stop_lxc.sh
===================================================================
--- branches/Branch_5_1/tests/scripts/stop_lxc.sh	2012-05-31 12:21:52 UTC (rev 15637)
+++ branches/Branch_5_1/tests/scripts/stop_lxc.sh	2012-05-31 14:10:25 UTC (rev 15638)
@@ -11,4 +11,4 @@
         fi
 fi
 sudo /usr/bin/lxc-stop -n $HOST
-sudo /usr/bin/lxc-destroy -n $HOST
+sudo /usr/bin/lxc-destroy -n $HOST || true




More information about the Fusionforge-commits mailing list