diff options
Diffstat (limited to 'testing/stop-testing')
-rwxr-xr-x | testing/stop-testing | 2 |
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 |