strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Create all images in $BUILDDIR/images
[strongswan.git]
/
testing
/
start-testing
diff --git
a/testing/start-testing
b/testing/start-testing
index
997b26c
..
dce089a
100755
(executable)
--- a/
testing/start-testing
+++ b/
testing/start-testing
@@
-24,7
+24,7
@@
done
for host in $STRONGSWANHOSTS
do
- ln -fs $
GUEST
IMGDIR/$host.$IMGEXT $VIRTIMGSTORE/$host.$IMGEXT
+ ln -fs $IMGDIR/$host.$IMGEXT $VIRTIMGSTORE/$host.$IMGEXT
log_action "Guest $host"
execute "virsh create $CONFDIR/$host.xml"
done