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 0f38bc4c4..12f18fa2f 100755
--- a/testing/stop-testing
+++ b/testing/stop-testing
@@ -19,7 +19,7 @@ for host in $STRONGSWANHOSTS
do
log_action "Guest $host"
execute "virsh destroy $host"
- rm -f $VIRTIMGSTORE/$host.qcow2
+ rm -f $VIRTIMGSTORE/$host.$IMGEXT
done
log_action "Removing kernel $KERNEL"