enable leak-detective and integrity-test in UML tests by default
This commit is contained in:
@@ -21,7 +21,7 @@ UMLTESTDIR=~/strongswan-testing
|
|||||||
|
|
||||||
# Bzipped kernel sources
|
# Bzipped kernel sources
|
||||||
# (file extension .tar.bz2 required)
|
# (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
|
# Extract kernel version
|
||||||
KERNELVERSION=`basename $KERNEL .tar.bz2 | sed -e 's/linux-//'`
|
KERNELVERSION=`basename $KERNEL .tar.bz2 | sed -e 's/linux-//'`
|
||||||
@@ -46,8 +46,8 @@ USE_SQL="yes"
|
|||||||
USE_MEDIATION="yes"
|
USE_MEDIATION="yes"
|
||||||
USE_OPENSSL="yes"
|
USE_OPENSSL="yes"
|
||||||
USE_KERNEL_PFKEY="yes"
|
USE_KERNEL_PFKEY="yes"
|
||||||
USE_INTEGRITY_TEST="no"
|
USE_INTEGRITY_TEST="yes"
|
||||||
USE_LEAK_DETECTIVE="no"
|
USE_LEAK_DETECTIVE="yes"
|
||||||
|
|
||||||
# Gentoo linux root filesystem
|
# Gentoo linux root filesystem
|
||||||
ROOTFS=$UMLTESTDIR/gentoo-fs-20080407.tar.bz2
|
ROOTFS=$UMLTESTDIR/gentoo-fs-20080407.tar.bz2
|
||||||
|
|||||||
Reference in New Issue
Block a user