]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
look for more tsan.* files
authorMark Andrews <marka@isc.org>
Thu, 20 Aug 2020 04:36:00 +0000 (14:36 +1000)
committerMark Andrews <marka@isc.org>
Thu, 20 Aug 2020 04:36:00 +0000 (14:36 +1000)
.gitlab-ci.yml

index 4d32b5b0fd9f834f99f818fcd72fc5d1c2717d5d..a63fa7bf4734162c33be3ac810f0fc74b7e4b963 100644 (file)
@@ -327,10 +327,11 @@ stages:
   allow_failure: true
   after_script:
     - *kyua_report_html
-    - find lib -name 'tsan.*' -exec python3 util/parse_tsan.py {} \;
+    - find . -name 'tsan.*' -exec python3 util/parse_tsan.py {} \;
   artifacts:
     expire_in: "1 day"
     paths:
+      - tsan.*
       - lib/*/tests/tsan.*
       - tsan/
       - kyua.log