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:
Arne Welzel 2024-08-08 18:53:23 +02:00 committed by Tim Wojtulewicz
parent b1fec3284e
commit 887d92e26c
4 changed files with 22 additions and 1 deletions

7
testing/scripts/have-tsan Executable file
View file

@ -0,0 +1,7 @@
#!/bin/sh
if grep -q "ZEEK_SANITIZERS:STRING=.*thread.*" "${BUILD}"/CMakeCache.txt; then
exit 0
fi
exit 1