aboutsummaryrefslogtreecommitdiffstats
path: root/testing/stop-testing
diff options
context:
space:
mode:
authorReto Buerki <reet@codelabs.ch>2012-12-10 10:05:02 +0100
committerTobias Brunner <tobias@strongswan.org>2013-01-17 16:54:55 +0100
commit258cbd40cff463f4adb57f40d3338e460c7e90f2 (patch)
tree583071ab62498bf3213861a09e676e3f22d94b48 /testing/stop-testing
parentaba43136c262151b3f213a2253eddc62a07c7e88 (diff)
downloadstrongswan-258cbd40cff463f4adb57f40d3338e460c7e90f2.tar.bz2
strongswan-258cbd40cff463f4adb57f40d3338e460c7e90f2.tar.xz
Unify naming of base,root image settings
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"