]> git.proxmox.com Git - cargo.git/commit
Fix flakiness in close_output test
authorAlex Crichton <alex@alexcrichton.com>
Mon, 31 Aug 2020 20:15:02 +0000 (13:15 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Mon, 31 Aug 2020 20:15:30 +0000 (13:15 -0700)
commitbf10871c32ec2551c1b35e6728446ca655371b80
tree4efdeeb11e68ecd39a4e89b3ce309c56150b1226
parentd6b5b5377238cc51b1f83b16057d334ee6d823f1
Fix flakiness in close_output test

It looks like stdout/stderr can race as to which gets printed first, but
both are valid for this test.

Closes #8665
crates/cargo-test-support/src/lib.rs
tests/testsuite/build.rs