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 bab10a9 commit e677817Copy full SHA for e677817
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 'export LD_PRELOAD=$(find /usr/lib -name "libasan.so*" | head -n 1) && printenv LD_PRELOAD && python -c "from isal import isal_zlib" && pytest tests'
+ bash -c 'export LD_PRELOAD=$(gcc -print-file-name=libasan.so) && printenv LD_PRELOAD && python -c "from isal import isal_zlib" && pytest tests'
33
34
[testenv:compliance]
35
deps=pytest
0 commit comments