diff options
author | Reto Buerki <reet@codelabs.ch> | 2012-12-14 15:38:10 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2013-01-17 16:54:58 +0100 |
commit | 48ea1d8b0b9d6c6fb1eab5f4ea4ed00cde91c4c0 (patch) | |
tree | 7866611ed8ccf897c508850be3b95693930e068a /testing/start-testing | |
parent | 482d3ec9ffa8ed6bcb4d7a3ac963b7e705c85c02 (diff) | |
download | strongswan-48ea1d8b0b9d6c6fb1eab5f4ea4ed00cde91c4c0.tar.bz2 strongswan-48ea1d8b0b9d6c6fb1eab5f4ea4ed00cde91c4c0.tar.xz |
Create all images in $BUILDDIR/images
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 997b26c18..dce089ad2 100755 --- a/testing/start-testing +++ b/testing/start-testing @@ -24,7 +24,7 @@ done for host in $STRONGSWANHOSTS do - ln -fs $GUESTIMGDIR/$host.$IMGEXT $VIRTIMGSTORE/$host.$IMGEXT + ln -fs $IMGDIR/$host.$IMGEXT $VIRTIMGSTORE/$host.$IMGEXT log_action "Guest $host" execute "virsh create $CONFDIR/$host.xml" done |