]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Look for tsan files in the top build directory
authorMark Andrews <marka@isc.org>
Fri, 4 Dec 2020 02:06:59 +0000 (13:06 +1100)
committerMark Andrews <marka@isc.org>
Tue, 2 Feb 2021 12:33:19 +0000 (12:33 +0000)
.gitlab-ci.yml

index 05c7463e34ac2cac501b69397a33c115eb01407a..95f52c69fb32fc22ad6ac6e312ecd0cb9cc2a210 100644 (file)
@@ -371,6 +371,7 @@ stages:
   <<: *unit_test_common
   after_script:
     - *kyua_report_html
+    - for f in tsan.* ; do test -f "$f" && python3 util/parse_tsan.py "$f" ; done
     - find lib -name 'tsan.*' -exec python3 util/parse_tsan.py {} \;
   artifacts:
     expire_in: "1 day"