Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #6267 - ehuss:fix-fix_path_deps-again, r=alexcrichton
Fix fix_path_deps again. The previous fix in #6236 wasn't enough to make this test not fail. On Travis MacOS it fails about 5% of the time. Essentially the first "FIXING" line is sometimes delayed until after the second "CHECKING" line. The "FIXING" message is sent async to the diagnostic server, so I think it's just a race that doesn't have a good way to enforce. Oddly, I can only repro this on Travis. Error seen at: https://travis-ci.org/rust-lang/cargo/jobs/450956693
- Loading branch information