enable leak-detective and integrity-test in UML tests by default

This commit is contained in:
Andreas Steffen 2008-12-04 00:34:59 +00:00
parent 83c42156a2
commit 17a1045906
1 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@ UMLTESTDIR=~/strongswan-testing
# Bzipped kernel sources
# (file extension .tar.bz2 required)
KERNEL=$UMLTESTDIR/linux-2.6.27.6.tar.bz2
KERNEL=$UMLTESTDIR/linux-2.6.27.7.tar.bz2
# Extract kernel version
KERNELVERSION=`basename $KERNEL .tar.bz2 | sed -e 's/linux-//'`
@ -46,8 +46,8 @@ USE_SQL="yes"
USE_MEDIATION="yes"
USE_OPENSSL="yes"
USE_KERNEL_PFKEY="yes"
USE_INTEGRITY_TEST="no"
USE_LEAK_DETECTIVE="no"
USE_INTEGRITY_TEST="yes"
USE_LEAK_DETECTIVE="yes"
# Gentoo linux root filesystem
ROOTFS=$UMLTESTDIR/gentoo-fs-20080407.tar.bz2