We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a259b50 commit 0267edcCopy full SHA for 0267edc
tox.ini
@@ -29,7 +29,7 @@ setenv=
29
CFLAGS=-lasan -fsanitize=address -fno-omit-frame-pointer
30
allowlist_externals=bash
31
commands=
32
- bash -c 'LD_PRELOAD=$(find /usr/lib -name "libasan.so*" | head -n 1) pytest tests'
+ bash -c 'export LD_PRELOAD=$(find /usr/lib -name "libasan.so*" | head -n 1) && printenv LD_PRELOAD && pytest tests'
33
34
[testenv:compliance]
35
deps=pytest
0 commit comments