aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReto Buerki <reet@codelabs.ch>2012-12-07 14:21:18 +0100
committerTobias Brunner <tobias@strongswan.org>2013-01-17 16:54:53 +0100
commit619c5430b8940ee3e1fcb5cd604db44d0c136399 (patch)
tree3c4ab35323f27abda9d11e5fe2cb978eea98f07c
parentbf48ee33e568ee8456fa8324a39b11946f4628a6 (diff)
downloadstrongswan-619c5430b8940ee3e1fcb5cd604db44d0c136399.tar.bz2
strongswan-619c5430b8940ee3e1fcb5cd604db44d0c136399.tar.xz
Drop unneeded UMLKERNEL variable
-rw-r--r--testing/testing.conf5
1 files changed, 1 insertions, 4 deletions
diff --git a/testing/testing.conf b/testing/testing.conf
index 1eb510878..db7507279 100644
--- 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