Fix unit test regressions from upstream changes in CargoTool.

Review Request #12960 — Created April 17, 2023 and submitted — Latest diff uploaded

Information

ReviewBot
release-3.x

Reviewers

cargo slightly changed their output in more recent versions, changing
from a "main" thread to a per-test thread in the output reporting. This
broke our unit tests, but didn't impact any other behavior.

This fixes up our unit tests to pass with modern versions.

Unit tests pass.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Fix unit test regressions from upstream changes in CargoTool.
`cargo` slightly changed their output in more recent versions, changing from a "main" thread to a per-test thread in the output reporting. This broke our unit tests, but didn't impact any other behavior. This fixes up our unit tests to pass with modern versions.
b6402723b30408e43c32762896a44737dfba5f00 Christian Hammond
bot/reviewbot/tools/tests/test_cargotool.py
Loading...