From 710d59a533cd46eb3763d25628e79cb1db42aeae Mon Sep 17 00:00:00 2001 From: Seth Howell Date: Mon, 18 Dec 2017 17:01:45 -0700 Subject: [PATCH] autotest_common: Set RUN_ASAN and RUN_UBSAN to 0 on freeBSD Change-Id: I4cafed913417ce86155a737ef3ecc2ee15fad07c Signed-off-by: Seth Howell Reviewed-on: https://review.gerrithub.io/392255 Tested-by: SPDK Automated Test System Reviewed-by: Jim Harris Reviewed-by: Ben Walker --- scripts/autotest_common.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/autotest_common.sh b/scripts/autotest_common.sh index 9348a7b8c..7a105f20b 100755 --- a/scripts/autotest_common.sh +++ b/scripts/autotest_common.sh @@ -60,6 +60,8 @@ case `uname` in fi MAKE=gmake MAKEFLAGS=${MAKEFLAGS:--j$(sysctl -a | egrep -i 'hw.ncpu' | awk '{print $2}')} + SPDK_RUN_ASAN=0 + SPDK_RUN_UBSAN=0 ;; Linux) DPDK_LINUX_DIR=/usr/local/share/dpdk/x86_64-native-linuxapp-gcc