From e2b76ec8f69157bdd3b9d4753761058cb724c357 Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Tue, 8 Aug 2017 15:58:45 -0700 Subject: [PATCH] autotest: enable ASAN by default It will be disabled by the existing tests if the system doesn't have the necessary libraries or if it conflicts with other test flags. Change-Id: I6efd9a1ed1d1445b63b0ed26eeb7fa6586b53c43 Signed-off-by: Daniel Verkamp Reviewed-on: https://review.gerrithub.io/373403 Tested-by: SPDK Automated Test System Reviewed-by: Jim Harris --- scripts/autotest_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/autotest_common.sh b/scripts/autotest_common.sh index a6e435d66..821fd7d7b 100755 --- a/scripts/autotest_common.sh +++ b/scripts/autotest_common.sh @@ -26,7 +26,7 @@ fi : ${SPDK_TEST_IOAT=1}; export SPDK_TEST_IOAT : ${SPDK_TEST_EVENT=1}; export SPDK_TEST_EVENT : ${SPDK_TEST_BLOBFS=1}; export SPDK_TEST_BLOBFS -: ${SPDK_RUN_ASAN=0}; export SPDK_RUN_ASAN +: ${SPDK_RUN_ASAN=1}; export SPDK_RUN_ASAN : ${SPDK_RUN_UBSAN=1}; export SPDK_RUN_UBSAN # pass our valgrind desire on to unittest.sh