2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

TSAN errors on unit tests should now be fatal

This commit is contained in:
Mark Andrews
2020-09-14 12:03:45 +10:00
parent baf165ffd0
commit 1418f7e186

View File

@@ -341,7 +341,6 @@ stages:
.unit_test_tsan: &unit_test_tsan_job
<<: *unit_test_common
allow_failure: true
after_script:
- find lib -name 'tsan.*' -exec python3 util/parse_tsan.py {} \;
artifacts: