diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2008-12-04 00:34:59 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2008-12-04 00:34:59 +0000 |
commit | 17a1045906678ebea31857310f0802031ef3a083 (patch) | |
tree | 1ce322122abd95e11c7a03ea31a211cad748fc23 /testing/testing.conf | |
parent | 83c42156a237290f7ebf6d5270491a26e05e1eaa (diff) | |
download | strongswan-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-x | testing/testing.conf | 6 |
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 |