mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 15:18:20 +00:00

* upstream/topic/awelzel/3774-skip-script-args-test-under-tsan:
btest: Skip core.script-args under TSAN
(cherry picked from commit 159f40a4bf
)
7 lines
112 B
Bash
Executable file
7 lines
112 B
Bash
Executable file
#!/bin/sh
|
|
|
|
if grep -q "ZEEK_SANITIZERS:STRING=.*thread.*" "${BUILD}"/CMakeCache.txt; then
|
|
exit 0
|
|
fi
|
|
|
|
exit 1
|