strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf48ee3
)
Drop unneeded UMLKERNEL variable
author
Reto Buerki
<reet@codelabs.ch>
Fri, 7 Dec 2012 13:21:18 +0000
(14:21 +0100)
committer
Tobias Brunner
<tobias@strongswan.org>
Thu, 17 Jan 2013 15:54:53 +0000
(16:54 +0100)
testing/testing.conf
patch
|
blob
|
history
diff --git
a/testing/testing.conf
b/testing/testing.conf
index
1eb5108
..
db75072
100644
(file)
--- a/
testing/testing.conf
+++ b/
testing/testing.conf
@@
-27,7
+27,7
@@
KERNELPATCH=ha-3.0.patch.bz2
# strongSwan version used in tests
SWANVERSION=5.0.2dr4
-#
Directory where the UML kernels and file system
will be built
+#
Build directory where the guest kernel and images
will be built
BUILDDIR=$TESTDIR/umlbuild
# Logfile
@@
-50,9
+50,6
@@
ROOTFSDIR=$BUILDDIR/root-fs
# libvirt config
VIRTIMGSTORE=/var/lib/libvirt/images
-# Filename of the built UML Kernel
-UMLKERNEL=$BUILDDIR/linux-uml-$KERNELVERSION
-
# Directory where test results will be stored
TESTRESULTSDIR=$TESTDIR/testresults