Fix the path to tsan files in the tsan unit test job
The tsan unit test job still referenced lib/*/tests/tsan.*, change this
to the correct tests/*/tsan.*.
(cherry picked from commit 90f0a765d8)
This commit is contained in:
@@ -381,7 +381,7 @@ stages:
|
||||
artifacts:
|
||||
expire_in: "1 day"
|
||||
paths:
|
||||
- lib/*/tests/tsan.*
|
||||
- tests/*/tsan.*
|
||||
- tsan/
|
||||
- junit.xml
|
||||
when: always
|
||||
|
||||
Reference in New Issue
Block a user