summaryrefslogtreecommitdiffstats
path: root/tests/ts/libmount/tabfiles-tags-py
diff options
context:
space:
mode:
authorKarel Zak2019-04-15 12:58:48 +0200
committerKarel Zak2019-04-15 12:58:48 +0200
commit1271e63c499b272cfa65deda4a74197f5253df74 (patch)
treedbb458d8cf24808e68fdfa6f94b45c29fe1daffe /tests/ts/libmount/tabfiles-tags-py
parentlibmount: fix memleak on parse errors (diff)
downloadkernel-qcow2-util-linux-1271e63c499b272cfa65deda4a74197f5253df74.tar.gz
kernel-qcow2-util-linux-1271e63c499b272cfa65deda4a74197f5253df74.tar.xz
kernel-qcow2-util-linux-1271e63c499b272cfa65deda4a74197f5253df74.zip
tests: ignore errors with enabled ASAN in python bindings
temporary solution... as it ends with undefined symbol: __asan_option_detect_stack_use_after_return Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests/ts/libmount/tabfiles-tags-py')
-rwxr-xr-xtests/ts/libmount/tabfiles-tags-py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ts/libmount/tabfiles-tags-py b/tests/ts/libmount/tabfiles-tags-py
index 5e72a6f90..5dd333282 100755
--- a/tests/ts/libmount/tabfiles-tags-py
+++ b/tests/ts/libmount/tabfiles-tags-py
@@ -10,7 +10,7 @@ ts_skip_nonroot
ts_init_py libmount
-if [ -f "$ASAN_SYMBOLIZER_PATH" ]; then
+if [ "$TS_ENABLE_ASAN" == "yes" ]; then
TS_KNOWN_FAIL="yes"
fi