forked from OSchip/llvm-project
Fix a commit.
Reviewed By: aartbik Differential Revision: https://reviews.llvm.org/D117932
This commit is contained in:
parent
b796709a62
commit
ba093fe58b
|
@ -1,4 +1,4 @@
|
|||
# Disable ASAN's leak detection for python OpsDSL tests.
|
||||
# Disable ASAN's leak detection for python taco tests.
|
||||
config.environment['ASAN_OPTIONS'] = 'detect_leaks=0'
|
||||
# Only run when python bindings are enabled.
|
||||
if not config.enable_bindings_python:
|
||||
|
|
Loading…
Reference in New Issue