Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[dv] Handle missing paths when producing regression log
It's possible for a TestRunResult to contain an entry that has a path to a build/run artifact but for that to be None rather than an actual path. This causes the collect_results.py script to fail. With this change such paths will be described as 'MISSING' in the regression log instead.
- Loading branch information