zeek/testing/scripts/have-tsan
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

8 lines
112 B
Bash
Executable File

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