Skip to content

Commit abd4ec6

Browse files
authored
Merge pull request ceph#64521 from tchaikov/wip-run-cli-tests-with-asan-supp
test/run-cli-tests: inherit ASAN_OPTIONS and LSAN_OPTIONS Reviewed-by: Matan Breizman <[email protected]>
2 parents 39bc88d + cd4d7a3 commit abd4ec6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/run-cli-tests

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ for tool in "$SRCDIR"/cli/*; do
4242
toolname="$(basename "$tool")"
4343
install -d -m0755 -- "$BUILDDIR/cli/$toolname"
4444
if ! env -i \
45+
ASAN_OPTIONS="$ASAN_OPTIONS" \
46+
LSAN_OPTIONS="$LSAN_OPTIONS" \
4547
PATH="$BUILDDIR_ABS/..:$SRCDIR_ABS/..:$PATH" \
4648
CEPH_CONF=/dev/null \
4749
CEPH_ARGS="--no-mon-config" \

0 commit comments

Comments
 (0)