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