Skip to content

Commit 0267edc

Browse files
committed
Make test a bit more debuggable on the CI
1 parent a259b50 commit 0267edc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ setenv=
2929
CFLAGS=-lasan -fsanitize=address -fno-omit-frame-pointer
3030
allowlist_externals=bash
3131
commands=
32-
bash -c 'LD_PRELOAD=$(find /usr/lib -name "libasan.so*" | head -n 1) pytest tests'
32+
bash -c 'export LD_PRELOAD=$(find /usr/lib -name "libasan.so*" | head -n 1) && printenv LD_PRELOAD && pytest tests'
3333

3434
[testenv:compliance]
3535
deps=pytest

0 commit comments

Comments
 (0)