Rename UMLTESTDIR variable to TESTDIR

This commit is contained in:
Reto Buerki
2013-01-17 16:54:53 +01:00
committed by Tobias Brunner
parent 36a3fe90d8
commit bf48ee33e5
4 changed files with 7 additions and 7 deletions
+4 -4
View File
@@ -15,7 +15,7 @@
# for more details.
# Root directory of testing
UMLTESTDIR=~/strongswan-testing
TESTDIR=~/strongswan-testing
# Kernel configuration
KERNELVERSION=3.5.3
@@ -28,7 +28,7 @@ KERNELPATCH=ha-3.0.patch.bz2
SWANVERSION=5.0.2dr4
# Directory where the UML kernels and file system will be built
BUILDDIR=$UMLTESTDIR/umlbuild
BUILDDIR=$TESTDIR/umlbuild
# Logfile
LOGFILE=$BUILDDIR/testing.log
@@ -54,10 +54,10 @@ VIRTIMGSTORE=/var/lib/libvirt/images
UMLKERNEL=$BUILDDIR/linux-uml-$KERNELVERSION
# Directory where test results will be stored
TESTRESULTSDIR=$UMLTESTDIR/testresults
TESTRESULTSDIR=$TESTDIR/testresults
# SSH configuration (speedup SSH)
SSHCONF="-F $UMLTESTDIR/testing/ssh_config"
SSHCONF="-F $TESTDIR/testing/ssh_config"
# Timezone for the UMLs, look in /usr/share/zoneinfo!
TZUML="Europe/Zurich"