aboutsummaryrefslogtreecommitdiffstats
path: root/testing/start-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/start-testing
parentaba43136c262151b3f213a2253eddc62a07c7e88 (diff)
downloadstrongswan-258cbd40cff463f4adb57f40d3338e460c7e90f2.tar.bz2
strongswan-258cbd40cff463f4adb57f40d3338e460c7e90f2.tar.xz
Unify naming of base,root image settings
Diffstat (limited to 'testing/start-testing')
-rwxr-xr-xtesting/start-testing2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/start-testing b/testing/start-testing
index e4083bb4d..e8cca028b 100755
--- a/testing/start-testing
+++ b/testing/start-testing
@@ -22,7 +22,7 @@ done
for host in $STRONGSWANHOSTS
do
- ln -fs $ROOTFSDIR/$host.qcow2 $VIRTIMGSTORE/$host.qcow2
+ ln -fs $GUESTIMGDIR/$host.$IMGEXT $VIRTIMGSTORE/$host.$IMGEXT
log_action "Guest $host"
execute "virsh create $CONFDIR/$host.xml"
done