vstart: load lsan/asan suppressions on WITH_ASAN builds
AddCephTest.cmake runs unittests with
ASAN_OPTIONS/LSAN_OPTIONS=suppressions=qa/{asan,lsan}.supp, but vstart.sh
does not, so on a WITH_ASAN build `ceph-mon --mkfs` aborts on a still-reachable
leak that those suppressions cover and fails the "ceph API tests" job. Export
the same options when WITH_ASAN=ON.
Signed-off-by: Sun Yuechi <sunyuechi@iscas.ac.cn> S
Sun Yuechi committed
0a4edc5213ba90f29db908996e095733a5e0572e
Parent: 3ba08f8