From 619c5430b8940ee3e1fcb5cd604db44d0c136399 Mon Sep 17 00:00:00 2001 From: Reto Buerki Date: Fri, 7 Dec 2012 14:21:18 +0100 Subject: [PATCH] Drop unneeded UMLKERNEL variable --- testing/testing.conf | 5 +---- 1 file changed, 1 insertion(+), 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