mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 00:58:19 +00:00
Merge remote-tracking branch 'upstream/topic/awelzel/3774-skip-script-args-test-under-tsan'
* upstream/topic/awelzel/3774-skip-script-args-test-under-tsan:
btest: Skip core.script-args under TSAN
(cherry picked from commit 159f40a4bf
)
This commit is contained in:
parent
b1fec3284e
commit
887d92e26c
4 changed files with 22 additions and 1 deletions
7
testing/scripts/have-tsan
Executable file
7
testing/scripts/have-tsan
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
if grep -q "ZEEK_SANITIZERS:STRING=.*thread.*" "${BUILD}"/CMakeCache.txt; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
exit 1
|
Loading…
Add table
Add a link
Reference in a new issue