Skip to content

Commit 1e75133

Browse files
committed
Test fix for sporadic Mac build failure
Signed-off-by: Adam Glustein <[email protected]>
1 parent 8416044 commit 1e75133

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ test-py-sanitizer: ## Clean and Make unit tests with sanitizers enabled
9191
@if [ "$$(uname -s)" = "Darwin" ]; then \
9292
ASAN_OPTIONS=detect_leaks=0,detect_stack_use_after_return=true,use_odr_indicator=1,strict_init_order=true,strict_string_checks=true \
9393
DYLD_INSERT_LIBRARIES=$$($(CXX) -print-file-name=libclang_rt.asan_osx_dynamic.dylib) \
94+
DYLD_FORCE_FLAT_NAMESPACE=1 \
9495
python -m pytest -v csp/tests --junitxml=junit.xml $(TEST_ARGS); \
9596
elif [ "$$(uname -s)" = "Linux" ]; then \
9697
ASAN_OPTIONS=detect_leaks=0,detect_stack_use_after_return=true,use_odr_indicator=1,strict_init_order=true,strict_string_checks=true \

0 commit comments

Comments
 (0)