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 #8286 - ehuss:fix-close-output, r=alexcrichton
Fix several issues with close_output test. This test had several mistakes in it: * On Windows, the test took several minutes to run. The sleep ran very slowly, and wasn't even necessary. * On Windows, there is an output filename collision with `foo.pdb` because it is used for both the DLL and the executable. (Note: I'm not sure, maybe we should not uplift proc-macros?) * The output wasn't being verified (I forgot that `lines_match` returns a bool, and does not panic). Someday in the future I would like to use a general-purpose line match/differ that is easier to use (not just on `ProcessBuilder`).
- Loading branch information