From 17a1045906678ebea31857310f0802031ef3a083 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Thu, 4 Dec 2008 00:34:59 +0000 Subject: [PATCH] enable leak-detective and integrity-test in UML tests by default --- testing/testing.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testing/testing.conf b/testing/testing.conf index f7362fcf5..1db1c928f 100755 --- a/testing/testing.conf +++ b/testing/testing.conf @@ -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