aboutsummaryrefslogtreecommitdiffstats
path: root/testing/stop-testing
diff options
context:
space:
mode:
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