This will allow to correlate the output with the running test timewise,
which can be helpful during debugging.
Details
Details
- Reviewers
jasonbcox - Group Reviewers
Restricted Project - Commits
- rABCdbf3ab2a2f44: [CI] Log sanitizers output to stdout instead of log files
./contrib/teamcity/build-configurations.py build-asan ./contrib/teamcity/build-configurations.py build-ubsan ./contrib/teamcity/build-configurations.py build-tsan
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- ci_log_stdout
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Event Timeline
contrib/teamcity/ci-fixture.sh | ||
---|---|---|
31 | Not really related to this diff, but should suppressions also be moved into the config? |
contrib/teamcity/ci-fixture.sh | ||
---|---|---|
31 | Suppression files are already set by cmake. The only reason for having it here is that we are not calling a ninja target. If it is moved to the configuration it would end up being duplicated for all the ninja calls. |