]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
test whether we are running under tsan
authorMark Andrews <marka@isc.org>
Wed, 23 Sep 2020 05:15:20 +0000 (15:15 +1000)
committerMark Andrews <marka@isc.org>
Wed, 23 Sep 2020 05:22:09 +0000 (05:22 +0000)
bin/tests/system/filter-aaaa/prereq.sh

index 7766a755307ec4ad0ac7d0c8da88527f9576928b..9536d942abaf50f0d7981fc7a1f48e696cc61c4f 100644 (file)
@@ -16,4 +16,10 @@ $FEATURETEST --have-dlopen ||  {
         echo_i "dlopen() not supported - skipping filter-aaaa test"
         exit 255
 }
+
+$FEATURETEST --tsan && {
+        echo_i "TSAN - skipping dlzexternal test"
+        exit 255
+}
+
 exit 0