Drop unneeded UMLKERNEL variable

This commit is contained in:
Reto Buerki
2013-01-17 16:54:53 +01:00
committed by Tobias Brunner
parent bf48ee33e5
commit 619c5430b8
+1 -4
View File
@@ -27,7 +27,7 @@ KERNELPATCH=ha-3.0.patch.bz2
# strongSwan version used in tests # strongSwan version used in tests
SWANVERSION=5.0.2dr4 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 BUILDDIR=$TESTDIR/umlbuild
# Logfile # Logfile
@@ -50,9 +50,6 @@ ROOTFSDIR=$BUILDDIR/root-fs
# libvirt config # libvirt config
VIRTIMGSTORE=/var/lib/libvirt/images VIRTIMGSTORE=/var/lib/libvirt/images
# Filename of the built UML Kernel
UMLKERNEL=$BUILDDIR/linux-uml-$KERNELVERSION
# Directory where test results will be stored # Directory where test results will be stored
TESTRESULTSDIR=$TESTDIR/testresults TESTRESULTSDIR=$TESTDIR/testresults