From: Reto Buerki Date: Fri, 7 Dec 2012 13:21:18 +0000 (+0100) Subject: Drop unneeded UMLKERNEL variable X-Git-Tag: 5.0.2rc1~1^2~69 X-Git-Url: https://git.strongswan.org/?p=strongswan.git;a=commitdiff_plain;h=619c5430b8940ee3e1fcb5cd604db44d0c136399;ds=sidebyside Drop unneeded UMLKERNEL variable --- diff --git a/testing/testing.conf b/testing/testing.conf index 1eb5108..db75072 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