aboutsummaryrefslogtreecommitdiffstats
path: root/testing/stop-testing
diff options
context:
space:
mode:
authorReto Buerki <reet@codelabs.ch>2013-01-16 11:54:28 +0100
committerTobias Brunner <tobias@strongswan.org>2013-01-17 16:55:03 +0100
commit677795c3e7fe20e1e85138a14854b90e52d7f327 (patch)
tree4c1797d1b84a1ab692693e327c593fd111e39ce7 /testing/stop-testing
parentc25f8506011d8f578dec8825cd797c4f914edb81 (diff)
downloadstrongswan-677795c3e7fe20e1e85138a14854b90e52d7f327.tar.bz2
strongswan-677795c3e7fe20e1e85138a14854b90e52d7f327.tar.xz
Make guest ACPI shutdown work
Diffstat (limited to 'testing/stop-testing')
-rwxr-xr-xtesting/stop-testing2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/stop-testing b/testing/stop-testing
index 013637aca..704ae6667 100755
--- a/testing/stop-testing
+++ b/testing/stop-testing
@@ -23,7 +23,7 @@ done
for host in $STRONGSWANHOSTS
do
log_action "Guest $host"
- execute "virsh destroy $host"
+ execute "virsh shutdown $host"
rm -f $VIRTIMGSTORE/$host.$IMGEXT
done