aboutsummaryrefslogtreecommitdiffstats
path: root/testing/testing.conf
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2008-12-04 00:34:59 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2008-12-04 00:34:59 +0000
commit17a1045906678ebea31857310f0802031ef3a083 (patch)
tree1ce322122abd95e11c7a03ea31a211cad748fc23 /testing/testing.conf
parent83c42156a237290f7ebf6d5270491a26e05e1eaa (diff)
downloadstrongswan-17a1045906678ebea31857310f0802031ef3a083.tar.bz2
strongswan-17a1045906678ebea31857310f0802031ef3a083.tar.xz
enable leak-detective and integrity-test in UML tests by default
Diffstat (limited to 'testing/testing.conf')
-rwxr-xr-xtesting/testing.conf6
1 files 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