diff options
-rw-r--r-- | testing/testing.conf | 5 |
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 |