From 1d22680cf06ca27f88d8e08f266ae0adcf718a89 Mon Sep 17 00:00:00 2001 From: Tim Taubert Date: Sun, 31 Jul 2016 09:42:58 +0200 Subject: Bug 1284832 - Remove memleak.sh test runs from Taskcluster CI r=franziskus --- tests/common/init.sh | 6 ------ 1 file changed, 6 deletions(-) (limited to 'tests') diff --git a/tests/common/init.sh b/tests/common/init.sh index 88f44e524..457890dc2 100644 --- a/tests/common/init.sh +++ b/tests/common/init.sh @@ -44,12 +44,6 @@ NSS_STRICT_SHUTDOWN=1 export NSS_STRICT_SHUTDOWN -# If using ASan, disable LSan; see bug 1246801. -if [ -z "${NSS_ENABLE_LSAN}" ]; then - ASAN_OPTIONS="detect_leaks=0${ASAN_OPTIONS:+:$ASAN_OPTIONS}" - export ASAN_OPTIONS -fi - # Init directories based on HOSTDIR variable if [ -z "${INIT_SOURCED}" -o "${INIT_SOURCED}" != "TRUE" ]; then init_directories() -- cgit v1.2.1