Fix unit test regressions from upstream changes in CargoTool.

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

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.

Summary ID
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
maubin
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-3.x (dd3256d)
Loading...