]> 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 21:56:13 +0000 (08:56 +1100)
(cherry picked from commit 48715f6ad40976e808bc0afd2be8268b2ba7598d)

.gitlab-ci.yml

index acecd06c75421f020ea5720a828c5befde646929..a7cbe7d0cd0fff1734f667e22417b68fb3bd9a21 100644 (file)
@@ -375,6 +375,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"